From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8753321F4B; Mon, 22 Oct 2018 05:26:46 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 22 Oct 2018 05:26:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=zd0zvAHpW+GIFwLy254ZqRBOPb7b5pksm8B5WfOZPRE=; b=TPjutTAMaazz m/qJHA93NFT3dt3LyelV/3zseeAIklX/ma0suDmFcCc4MmjvzndKP5j/c+02AcND V9cHMb097nDxL9TeUcqfTP2PEBgbcHccZOofZHFC6dzKuA5QqPHxlH86d5t+JOkq HxK3jfa5LZ5674DuxjSc9YbzyrPcsf8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=zd0zvAHpW+GIFwLy254ZqRBOPb7b5pksm8B5WfOZP RE=; b=lf5p/Gbh9lj/95DsZyHF2gGhJdZlQqjPukFYGhwpsSacoec6BXZvfVGTB JgGlHeVrhj32hWX9RkThNb7pgpfBakFdSwkwQWA8KLAVFVHDMbZ6Hst1DU4z5Dva 3SvRHGrjdpU+APdS37X9Z1ejRaThUgIOUXY2IdSyp2GAhUuRHQqMfstB/7T9Ngxk T637fwS/iXVw3hh2Az2Cd1ULyC4ChsWBFfBM/ION2GTh90hQwTHvHvPKF+RmyDJ/ RPu7xY3gDxmEOMvx/kbtj+N+3n+e0RGaDH+JLl4d67YaGMMAMC1rEViAPxTkWgpI 8ga7TfqIseN5gMutPN+B96Qe6LKgg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 262F0E4894; Mon, 22 Oct 2018 05:26:45 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal , Gagandeep Singh , akhil.goyal@nxp.com Cc: dev@dpdk.org, shreyansh.jain@nxp.com Date: Mon, 22 Oct 2018 11:26:46 +0200 Message-ID: <2724276.9hN2gVoOfk@xps> In-Reply-To: <1593780.fqjpUmCW9p@xps> References: <20180913060846.29930-1-g.singh@nxp.com> <20181012144055.9461-14-g.singh@nxp.com> <1593780.fqjpUmCW9p@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 13/14] crypto/caam_jr: add security offload X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 09:26:47 -0000 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?