diff mbox series

[API-NEXT,v1,1/1] Adding additonal capability options to IPSEC APIs.

Message ID 1499929205-1106-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [API-NEXT,v1,1/1] Adding additonal capability options to IPSEC APIs. | expand

Commit Message

Github ODP bot July 13, 2017, 7 a.m. UTC
From: Nikhil Agarwal <nikhil.agarwal@linaro.org>


Signed-off-by: Nikhil Agarwal <nikhil.agarwal@linaro.org>

---
/** Email created from pull request 75 (NikhilA-Linaro:ipsec_api)
 ** https://github.com/Linaro/odp/pull/75
 ** Patch: https://github.com/Linaro/odp/pull/75.patch
 ** Base sha: ee5be324411a7520528a367967c28fc529d3bc2e
 ** Merge commit sha: 7f2ead9944d55f404a62dfe0ea064e485075c3bf
 **/
 include/odp/api/spec/ipsec.h | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index e602e4b8..82d5a9cf 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) of resulting
+	 * inbound 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.