From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 61ADE20DE3; Fri, 20 Oct 2017 05:39:34 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 20 Oct 2017 05:39:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=QVKgO1edKsnAy2q8+MTFIlcxjc ILg44Gq6D90MF2TDU=; b=JZzyUPkTkgpJhIYs+jjIohjTMh69qFnImgq3BrqCVD 4t4dm/+UIfMkWiE+iH/Ai/2e0tdGeY+eMU9iwUl7HUI9fi4oSBMUxA/+kbELqdH5 E9w9Qrb28j/ROSlh7tbNW8f2FwyNL+H+Qgriqa4xfXFPgEEUYfDEUxNNABZePBb9 A= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=QVKgO1 edKsnAy2q8+MTFIlcxjcILg44Gq6D90MF2TDU=; b=MrBYNty/6s+F0abwrJo3kO 8d8nLt3jrucMIHV1xxhepRFIazdqnUoxkpILQOpK3/ffvvBlmgFC5EzXQk07hE0p 5z3ptGOXoU0XpsgGxqalc7RJdzmja2Lzw1NA3002jeSwf4bhpLoIm0mHGuKls9Nw SWpcIhoN1xuVWsNhZZ2IxwU02vf7pZjnn+CaxK2l4SjGEbwJn+HbeMRpBJDzunZF wa7xPaaLDDhfQGHfm/9toeq0ssqj53VBuwdg0KKby3VDbc/7p0OC5dMtJO3hQKvA DnU1fNvPc21TjYmFiW83mnH4PpoPL3TjnCgJFN9cAMgWCYRwv9BuzC6Ld/9nEYow == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0948E7FA91; Fri, 20 Oct 2017 05:39:34 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal 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 Date: Fri, 20 Oct 2017 11:39:33 +0200 Message-ID: <30787591.odrQmiIpA0@xps> In-Reply-To: <5351296.hzUKq0JvGB@xps> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-2-akhil.goyal@nxp.com> <5351296.hzUKq0JvGB@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 01/12] lib/rte_security: add security library 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, 20 Oct 2017 09:39:35 -0000 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