diff mbox series

[API-NEXT,v3,2/9] api: ipsec: add max queues capability

Message ID 20170712135438.22191-2-petri.savolainen@linaro.org
State Accepted
Commit 19193d629c85602e4d8c0b29897462b4223934de
Headers show
Series [API-NEXT,v3,1/9] api: ipsec: add salt parameter | expand

Commit Message

Petri Savolainen July 12, 2017, 1:54 p.m. UTC
Added capability to specify maximum number of different queues that
can be used with IPsec.

Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>

---
 include/odp/api/spec/ipsec.h | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.13.0
diff mbox series

Patch

diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 9f061961..fa793e37 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -268,6 +268,10 @@  typedef struct odp_ipsec_capability_t {
 	 */
 	uint32_t max_cls_cos;
 
+	/** Maximum number of different destination queues. The same queue may
+	 *  be used for many SAs. */
+	uint32_t max_queues;
+
 	/** Soft expiry limit in seconds support
 	 *
 	 *  0: Limit is not supported