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: Fri, 19 Oct 2018 04:17:04 +0200 Message-ID: <1593780.fqjpUmCW9p@xps> References: <20180913060846.29930-1-g.singh@nxp.com> <20181012144055.9461-1-g.singh@nxp.com> <20181012144055.9461-14-g.singh@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Gagandeep Singh , akhil.goyal@nxp.com To: Hemant Agrawal Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8D7225F2A for ; Fri, 19 Oct 2018 04:17:01 +0200 (CEST) In-Reply-To: <20181012144055.9461-14-g.singh@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" 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.