This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, api-next has been updated via 698d82ce41a3f6ca08c6f218784d3eea6ac81e42 (commit) from cd097450cbf9d7bb6cd24654f8d43ceade5b114a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 698d82ce41a3f6ca08c6f218784d3eea6ac81e42 Author: Nikhil Agarwal nikhil.agarwal@linaro.org Date: Thu Jul 13 12:00:06 2017 +0300
api: ipsec: add retain header capability
Signed-off-by: Nikhil Agarwal nikhil.agarwal@linaro.org Reviewed-by: Petri Savolainen petri.savolainen@linaro.org Reviewed-by: Balasubramanian Manoharan bala.manoharan@linaro.org Reviewed-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h index e602e4b8..54491b12 100644 --- a/include/odp/api/spec/ipsec.h +++ b/include/odp/api/spec/ipsec.h @@ -262,6 +262,12 @@ typedef struct odp_ipsec_capability_t { */ odp_support_t pipeline_cls;
+ /** + * Support of retaining outer headers (retain_outer) in inbound inline + * processed packets + */ + odp_support_t retain_header; + /** Maximum number of different destination CoSes in classification * pipelining. The same CoS may be used for many SAs. This is equal or * less than 'max_cos' capability in classifier API.
-----------------------------------------------------------------------
Summary of changes: include/odp/api/spec/ipsec.h | 6 ++++++ 1 file changed, 6 insertions(+)
hooks/post-receive