aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/ipsec.h
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2017-07-12 16:54:31 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-12-27 21:41:45 +0300
commit19193d629c85602e4d8c0b29897462b4223934de (patch)
tree7f48629d11d5cc2ddd8fd242dd5caf443430940d /include/odp/api/spec/ipsec.h
parent81ed733db4cafba894785ffe6c7aa4568b64ed91 (diff)
api: ipsec: add max queues capability
Added capability to specify maximum number of different queues that can be used with IPsec. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/spec/ipsec.h')
-rw-r--r--include/odp/api/spec/ipsec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 7fa4e178d..7f4a2c4c5 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -274,6 +274,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