From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] drivers: fix compilation if security disabled Date: Wed, 24 Oct 2018 22:37:10 +0200 Message-ID: <6001700.NFTezu5GZo@xps> References: <20181023134224.26246-1-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hemant Agrawal , Gagandeep Singh , "stable@dpdk.org" To: Akhil Goyal Return-path: In-Reply-To: <20181023134224.26246-1-akhil.goyal@nxp.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" 23/10/2018 15:47, Akhil Goyal: > RTE_SECURITY is enabled by default. If it is disabled, dpaa2_sec, > dpaa_sec and caam_jr compilation fails. > > This patch fixes compilation by disabling these drivers > when rte_security is not available. > > Fixes: 1ee9569576f6 ("config: enable dpaaX drivers for generic ARMv8") > Fixes: 09e1e8d256b0 ("mk: fix dependencies of dpaaX drivers") > Fixes: af7c9b5e9ce7 ("crypto/caam_jr: introduce basic driver") > Cc: stable@dpdk.org > > Signed-off-by: Akhil Goyal Applied, thanks