On Thu, Oct 26, 2017 at 4:15 PM, Radu Nicolau <radu.nico...@intel.com> wrote: > v2: Added ifdefs in the ixgbe code, updated dependecies for ipsec_secgw, > dpaa2_sec kept as in v1, with a dependency check > > Radu Nicolau (3): > net/ixgbe: fix build issue > examples/ipsec-secgw: fix build issue > crypto/dpaa2_sec: fix build issue > > drivers/crypto/dpaa2_sec/Makefile | 6 ++++++ > drivers/net/ixgbe/Makefile | 2 ++ > drivers/net/ixgbe/ixgbe_ethdev.c | 8 +++++++ > drivers/net/ixgbe/ixgbe_ethdev.h | 4 ++++ > drivers/net/ixgbe/ixgbe_flow.c | 6 ++++++ > drivers/net/ixgbe/ixgbe_rxtx.c | 39 > +++++++++++++++++++++++++--------- > drivers/net/ixgbe/ixgbe_rxtx.h | 8 +++++-- > drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 6 ++++++ > examples/Makefile | 2 +- > examples/ipsec-secgw/Makefile | 6 ++++++ > 10 files changed, 74 insertions(+), 13 deletions(-)
Tested build + examples build. Used this patchset on top of current master, on x86_64 / ubuntu-16.04, default "native" config, with and without rte_security enabled. Tested-by: David Marchand <david.march...@6wind.com> Thanks. -- David Marchand