Re: [dpdk-dev] [PATCH 04/11] lib/librte_net: add ESP header to generic flow steering

2017-09-17 Thread Boris Pismenny
Hi Hemant, > On 9/15/2017 07:51 AM, Hemant Agrawal wrote: > Hi Boris, > > On 9/14/2017 1:56 PM, Akhil Goyal wrote: > > From: Boris Pismenny > > > > The ESP header is required for IPsec crypto actions. > > > > > Signed-off-by: Boris Pismenny > > Signed-off-by: Aviad Yehezkel > > --- > > doc/a

Re: [dpdk-dev] [PATCH 04/11] lib/librte_net: add ESP header to generic flow steering

2017-09-14 Thread Hemant Agrawal
Hi Boris, On 9/14/2017 1:56 PM, Akhil Goyal wrote: From: Boris Pismenny The ESP header is required for IPsec crypto actions. Signed-off-by: Boris Pismenny Signed-off-by: Aviad Yehezkel --- doc/api/doxy-api-index.md | 1 + lib/librte_ether/rte_flow.h | 26 lib/lib

[dpdk-dev] [PATCH 04/11] lib/librte_net: add ESP header to generic flow steering

2017-09-14 Thread Akhil Goyal
From: Boris Pismenny The ESP header is required for IPsec crypto actions. Signed-off-by: Boris Pismenny Signed-off-by: Aviad Yehezkel --- doc/api/doxy-api-index.md | 1 + lib/librte_ether/rte_flow.h | 26 lib/librte_net/Makefile | 2 +- lib/librte_net/rte_esp.h