From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: [PATCH v2 0/3] Build fails when rte_security is disabled Date: Thu, 26 Oct 2017 15:15:11 +0100 Message-ID: <1509027314-18229-1-git-send-email-radu.nicolau@intel.com> References: <1509013365-13819-1-git-send-email-radu.nicolau@intel.com> Cc: david.marchand@6wind.com, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, borisp@mellanox.com, aviadye@mellanox.com, thomas@monjalon.net, sandeep.malik@nxp.com, jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, konstantin.ananyev@intel.com, shahafs@mellanox.com, olivier.matz@6wind.com, akhil.goyal@nxp.com, Radu Nicolau To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 094681B2E3 for ; Thu, 26 Oct 2017 16:21:15 +0200 (CEST) In-Reply-To: <1509013365-13819-1-git-send-email-radu.nicolau@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.7.5