From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH 0/3] Build fails when rte_security is disabled. Date: Thu, 26 Oct 2017 16:01:57 +0530 Message-ID: <3c62a0eb-2fa9-ea1a-e876-7a9e6c8da5ca@nxp.com> References: <1509013365-13819-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , , , , To: Radu Nicolau , Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0058.outbound.protection.outlook.com [104.47.33.58]) by dpdk.org (Postfix) with ESMTP id 0F2101B793 for ; Thu, 26 Oct 2017 12:32:08 +0200 (CEST) In-Reply-To: <1509013365-13819-1-git-send-email-radu.nicolau@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/26/2017 3:52 PM, Radu Nicolau wrote: > 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(+) > Series Acked-by: Akhil Goyal