From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 13/14] crypto/caam_jr: add security offload Date: Mon, 22 Oct 2018 11:26:46 +0200 Message-ID: <2724276.9hN2gVoOfk@xps> References: <20180913060846.29930-1-g.singh@nxp.com> <20181012144055.9461-14-g.singh@nxp.com> <1593780.fqjpUmCW9p@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shreyansh.jain@nxp.com To: Hemant Agrawal , Gagandeep Singh , akhil.goyal@nxp.com Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0C6614CA7 for ; Mon, 22 Oct 2018 11:26:47 +0200 (CEST) In-Reply-To: <1593780.fqjpUmCW9p@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/10/2018 04:17, Thomas Monjalon: > 12/10/2018 16:40, Gagandeep Singh: > > From: Hemant Agrawal > > > > This patch provides the support for protocol offload > > to the hardware. following security operations are > > added: > > - session_create > > - session_destroy > > - capabilities_get > > > > Signed-off-by: Hemant Agrawal > > I think you need to disable this feature if rte_security is disabled. > Please test compilation with CONFIG_RTE_LIBRTE_SECURITY=n. Someone to fix it please?