From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v4 01/12] lib/rte_security: add security library Date: Sun, 22 Oct 2017 01:16:37 +0530 Message-ID: References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-2-akhil.goyal@nxp.com> <5351296.hzUKq0JvGB@xps> <30787591.odrQmiIpA0@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , , , , To: Thomas Monjalon Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0040.outbound.protection.outlook.com [104.47.38.40]) by dpdk.org (Postfix) with ESMTP id 4B9651B304 for ; Sat, 21 Oct 2017 21:46:47 +0200 (CEST) In-Reply-To: <30787591.odrQmiIpA0@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/20/2017 3:09 PM, Thomas Monjalon wrote: > 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 > ok will add in next version. Thanks, Akhil