Re: [dpdk-dev] [PATCH v4 04/12] net: add ESP header to generic flow steering

2017-10-21 Thread Akhil Goyal
On 10/20/2017 3:45 PM, Thomas Monjalon wrote: 15/10/2017 00:17, Akhil Goyal: --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -111,7 +111,8 @@ The public API headers are grouped by topics: [LPM IPv6 route] (@ref rte_lpm6.h), [ACL](@ref rte_acl.h),

Re: [dpdk-dev] [PATCH v4 04/12] net: add ESP header to generic flow steering

2017-10-20 Thread Thomas Monjalon
15/10/2017 00:17, Akhil Goyal: > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -111,7 +111,8 @@ The public API headers are grouped by topics: >[LPM IPv6 route] (@ref rte_lpm6.h), >[ACL](@ref rte_acl.h), >[EFD](@ref rte_efd.h),

Re: [dpdk-dev] [PATCH v4 04/12] net: add ESP header to generic flow steering

2017-10-15 Thread Aviad Yehezkel
On 10/15/2017 1:17 AM, 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 | 3 ++- lib/librte_ether/rte_flow.h | 26 lib/librte_ne

[dpdk-dev] [PATCH v4 04/12] net: add ESP header to generic flow steering

2017-10-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 | 3 ++- lib/librte_ether/rte_flow.h | 26 lib/librte_net/Makefile | 2 +- lib/librte_net/rte_esp.h