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 5CDF11AEF6 for ; Fri, 20 Oct 2017 11:37:29 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 00BDC21092; Fri, 20 Oct 2017 05:37:29 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 20 Oct 2017 05:37:29 -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=wz3EjNy5g1KBiI0rQj9N+i3FoO CnowEEQfSAphFL/gI=; b=Ho85iQg39wiUma1ZWN3VfXyR+hDf2QmxZ2iToiCx+E a5PZxDt5jS4rltaowxTnMBqzf0qQ75TT+KLqXVgv9Y991WEII3H69HXtaVHiadiw 2VtsBJTjVSZH+wpNq25KMI8gEUNgbQnw43O7zcWNqVtouzr8BwVS0T82CySKFHcZ Q= 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=wz3EjN y5g1KBiI0rQj9N+i3FoOCnowEEQfSAphFL/gI=; b=c/TgBhe3Uj5MrUc4C+L28l /WZtXQydEs9At/e8Mpz3eJg6Yxcfgeuc1ajxuq1NjyI2bwKAoFvtEnYfPHsduFwb qt+mHmClIsz+NxyPs2/TIR5Bc3/XMzJW0KlghWUeWw9CJSVz5yAqi8Q468HXB15G hmm8C4xuLV4Mohvfjubo/6r9S5ZO9NxLfaCdRAw54S7wLliH6LY7RNq72q2BTWk5 SfSW0dqs1PWeMICVq0FS6f9vjM1qjxnw7GJZmFmxGLUXah9rEZUxCHcTaD4aXrEL vxV+TXqy6kzHn3ldhTl3W8quzvXlJ3sKtQAgxFiuvUE2kXKjx1WSipGgSQOcIuBA == 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 A4101248B1; Fri, 20 Oct 2017 05:37:28 -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:37:27 +0200 Message-ID: <5351296.hzUKq0JvGB@xps> In-Reply-To: <20171014221734.15511-2-akhil.goyal@nxp.com> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-1-akhil.goyal@nxp.com> <20171014221734.15511-2-akhil.goyal@nxp.com> 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:37:29 -0000 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.