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:15:35 +0530 Message-ID: References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-1-akhil.goyal@nxp.com> <20171014221734.15511-2-akhil.goyal@nxp.com> <5351296.hzUKq0JvGB@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 NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0089.outbound.protection.outlook.com [104.47.33.89]) by dpdk.org (Postfix) with ESMTP id F00A01B304 for ; Sat, 21 Oct 2017 21:45:44 +0200 (CEST) In-Reply-To: <5351296.hzUKq0JvGB@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:07 PM, Thomas Monjalon wrote: > 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. > ok.