]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ipsec/rte_ipsec_sad.h
net/bnxt: modify port DB to handle more info
[dpdk.git] / lib / librte_ipsec / rte_ipsec_sad.h
index 8386f73df791d72f76be75e09f9a1c0dfed5d338..dcc82249e4e6af752f8afd8b352d7a16e849174f 100644 (file)
@@ -47,6 +47,8 @@ union rte_ipsec_sad_key {
        struct rte_ipsec_sadv6_key      v6;
 };
 
+/** Max number of characters in SAD name. */
+#define RTE_IPSEC_SAD_NAMESIZE         64
 /** Flag to create SAD with ipv6 dip and sip addresses */
 #define RTE_IPSEC_SAD_FLAG_IPV6                        0x1
 /** Flag to support reader writer concurrency */