From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7592521F1C; Thu, 18 Oct 2018 22:17:00 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 18 Oct 2018 22:17:00 -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=f81sXlJyfQx9jWX7nUUYzGqT2Ax62CjBJAzLIIXXCQI=; b=dGXJkHLyVCgc 3ZaoC+RRidu0lAeLhqQtdt6VeT+Ki2GNQbKqPKpK2D26QFYs8EzE6/XlmYvOsnvP 2E5DnCNfgbNAAJvq+X9CZBK7G2laNk2/bWXnX18+uoaYHumWNfZxltKk0nRuopIz G+n4kE1+Fjw4tKee5rrf4y8OY7oPk+o= 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=f81sXlJyfQx9jWX7nUUYzGqT2Ax62CjBJAzLIIXXC QI=; b=cjGc7rSTv2d1v35a7IJY5xmkRs53OVr8Jw1tHCM8gVMOJX4HjSafSAP4L v3kBfPTkYbGIKgdu7imAQPzcJbDH1pRSGSXySP+x1F1iXNQC6LEdp9xINZT28ku4 zLJHvxf52sA/HSnhDOiLT8C3dYp0amyK1bDHs95Iq8WErhoTTPwqwvszL0LQiXMU KE+z+W4Ry3N8PL85N16wxzi6p2gsUGu9+hwwhUUjY79FdeItQ++gprGXYUxc+7Nr AZ/MEsf0D98opcATjHk1x5beQis+MbhB8JQV8cHc0DqqO/tEG0AuJ7QlBrbPy/U3 avynyXvp7vRHAYJXNDPuDRUAOSjeA== 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 55137E4408; Thu, 18 Oct 2018 22:16:59 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, Gagandeep Singh , akhil.goyal@nxp.com Date: Fri, 19 Oct 2018 04:17:04 +0200 Message-ID: <1593780.fqjpUmCW9p@xps> In-Reply-To: <20181012144055.9461-14-g.singh@nxp.com> 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-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: Fri, 19 Oct 2018 02:17:01 -0000 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.