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

David Marchand david.marchand at 6wind.com
Thu Oct 26 09:09:11 CEST 2017


Hello Radu, Declan,

On Wed, Oct 25, 2017 at 5:07 PM, Akhil Goyal <akhil.goyal at nxp.com> wrote:
> From: Radu Nicolau <radu.nicolau at intel.com>
>
> Signed-off-by: Radu Nicolau <radu.nicolau at intel.com>
> Signed-off-by: Declan Doherty <declan.doherty at 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


More information about the dev mailing list