From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 01/12] lib/rte_security: add security library Date: Fri, 20 Oct 2017 11:39:33 +0200 Message-ID: <30787591.odrQmiIpA0@xps> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-2-akhil.goyal@nxp.com> <5351296.hzUKq0JvGB@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, radu.nicolau@intel.com, borisp@mellanox.com, aviadye@mellanox.com, sandeep.malik@nxp.com, jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, konstantin.ananyev@intel.com, shahafs@mellanox.com, olivier.matz@6wind.com To: Akhil Goyal Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B82981AEF6 for ; Fri, 20 Oct 2017 11:39:35 +0200 (CEST) In-Reply-To: <5351296.hzUKq0JvGB@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" 20/10/2017 11:37, Thomas Monjalon: > 15/10/2017 00:17, Akhil Goyal: > > lib/librte_security/Makefile | 53 +++ > > lib/librte_security/rte_security.c | 149 ++++++++ > > lib/librte_security/rte_security.h | 535 +++++++++++++++++++++++++++ > > lib/librte_security/rte_security_driver.h | 155 ++++++++ > > lib/librte_security/rte_security_version.map | 13 + > > 5 files changed, 905 insertions(+) > > Please add the doxygen changes in doc/api/ in this patch. You should also add the MAINTAINER entry in this patch. And the new lib must be added to the list of .so files in the release notes. Last details :) Thanks