Re: [dpdk-dev] [PATCH v6 08/10] net/ixgbe: enable inline ipsec

2017-11-01 Thread Ferruh Yigit
On 11/1/2017 12:58 PM, Thomas Monjalon wrote: > Hi, there is compilation error with GCC 4.8.5. > It may be a false positive strict aliasing check. > Please could you check it below? I just get a patch into next-net [1], that should be fixing this build error. [1] http://dpdk.org/browse/next/dpdk-

Re: [dpdk-dev] [PATCH v6 08/10] net/ixgbe: enable inline ipsec

2017-11-01 Thread Thomas Monjalon
Hi, there is compilation error with GCC 4.8.5. It may be a false positive strict aliasing check. Please could you check it below? 25/10/2017 17:07, Akhil Goyal: > From: Radu Nicolau > > Signed-off-by: Radu Nicolau > Signed-off-by: Declan Doherty [...] > --- a/drivers/net/ixgbe/ixgbe_rxtx_vec_

Re: [dpdk-dev] [PATCH v6 08/10] net/ixgbe: enable inline ipsec

2017-10-26 Thread David Marchand
On Thu, Oct 26, 2017 at 9:09 AM, David Marchand wrote: > Hello Radu, Declan, > > On Wed, Oct 25, 2017 at 5:07 PM, Akhil Goyal wrote: >> From: Radu Nicolau >> >> Signed-off-by: Radu Nicolau >> Signed-off-by: Declan Doherty >> --- >> drivers/net/ixgbe/Makefile | 2 +- >> drivers/n

Re: [dpdk-dev] [PATCH v6 08/10] net/ixgbe: enable inline ipsec

2017-10-26 Thread David Marchand
Hello Radu, Declan, On Wed, Oct 25, 2017 at 5:07 PM, Akhil Goyal wrote: > From: Radu Nicolau > > Signed-off-by: Radu Nicolau > Signed-off-by: Declan Doherty > --- > drivers/net/ixgbe/Makefile | 2 +- > drivers/net/ixgbe/base/ixgbe_osdep.h | 8 + > drivers/net/ixgbe/ixgbe_eth

[dpdk-dev] [PATCH v6 08/10] net/ixgbe: enable inline ipsec

2017-10-25 Thread Akhil Goyal
From: Radu Nicolau Signed-off-by: Radu Nicolau Signed-off-by: Declan Doherty --- drivers/net/ixgbe/Makefile | 2 +- drivers/net/ixgbe/base/ixgbe_osdep.h | 8 + drivers/net/ixgbe/ixgbe_ethdev.c | 11 + drivers/net/ixgbe/ixgbe_ethdev.h | 6 +- drivers/net/ixgbe/i