Re: [dpdk-dev] [PATCH 09/11] net/ixgbe: enable inline ipsec

2017-09-15 Thread Doherty, Declan
On 15/09/2017 5:48 AM, Hemant Agrawal wrote: Hi Radu, On 9/14/2017 1:56 PM, Akhil Goyal wrote: +static const struct rte_security_capability ixgbe_security_capabilities[] = { +    { /* IPsec Inline Crypto AH Transport Egress */ +    .action = RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO, +  

Re: [dpdk-dev] [PATCH 09/11] net/ixgbe: enable inline ipsec

2017-09-14 Thread Hemant Agrawal
Hi Radu, On 9/14/2017 1:56 PM, Akhil Goyal wrote: +static const struct rte_security_capability ixgbe_security_capabilities[] = { + { /* IPsec Inline Crypto AH Transport Egress */ + .action = RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO, + .protocol = RTE_SECURITY_PRO

[dpdk-dev] [PATCH 09/11] net/ixgbe: enable inline ipsec

2017-09-14 Thread Akhil Goyal
From: Radu Nicolau Signed-off-by: Radu Nicolau Signed-off-by: Declan Doherty --- config/common_base | 1 + drivers/net/Makefile | 2 +- drivers/net/ixgbe/Makefile | 4 +- drivers/net/ixgbe/ixgbe_ethdev.c | 13 + drivers/net/ixgbe/i