Hello Radu, Declan,

On Wed, Oct 25, 2017 at 5:07 PM, Akhil Goyal <akhil.go...@nxp.com> wrote:
> From: Radu Nicolau <radu.nico...@intel.com>
>
> Signed-off-by: Radu Nicolau <radu.nico...@intel.com>
> Signed-off-by: Declan Doherty <declan.dohe...@intel.com>
> ---
>  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/ixgbe_flow.c         |  47 +++
>  drivers/net/ixgbe/ixgbe_ipsec.c        | 737 
> +++++++++++++++++++++++++++++++++
>  drivers/net/ixgbe/ixgbe_ipsec.h        | 151 +++++++
>  drivers/net/ixgbe/ixgbe_rxtx.c         |  59 ++-
>  drivers/net/ixgbe/ixgbe_rxtx.h         |  11 +-
>  drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c |  57 +++
>  10 files changed, 1082 insertions(+), 7 deletions(-)
>  create mode 100644 drivers/net/ixgbe/ixgbe_ipsec.c
>  create mode 100644 drivers/net/ixgbe/ixgbe_ipsec.h

This patch breaks ixgbe pmd compilation when the rte_security library
is disabled.


-- 
David Marchand

Reply via email to