Added capability to specify maximum number of different queues that
can be used with IPsec.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
---
 include/odp/api/spec/ipsec.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 56363e22..f03d38d1 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
-- 
2.13.0

Reply via email to