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