From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: [PATCH 0/3] Build fails when rte_security is disabled. Date: Thu, 26 Oct 2017 11:22:42 +0100 Message-ID: <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 mga02.intel.com (unknown [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 682421B5FE for ; Thu, 26 Oct 2017 12:26:55 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Disabling CONFIG_RTE_LIBRTE_SECURITY results in build failure for crypto/dpaa2_sec and net/ixgbe PMDs and IPsec sample app. This patchset makes CONFIG_RTE_LIBRTE_SECURITY mandatory for all of the above. Radu Nicolau (3): crypto/dpaa2_sec: fix build issue net/ixgbe: fix build issue examples/ipsec-secgw: fix build issue drivers/crypto/dpaa2_sec/Makefile | 6 ++++++ drivers/net/ixgbe/Makefile | 6 ++++++ examples/ipsec-secgw/Makefile | 6 ++++++ 3 files changed, 18 insertions(+) -- 2.7.5