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 BF1771AEF6 for ; Fri, 20 Oct 2017 11:32:18 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CA4C720DFB; Fri, 20 Oct 2017 05:32:16 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 20 Oct 2017 05:32:17 -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=XhHZPflGyAemVuUXL0ceLTrxu5 rZmgPChTTjVCvjZZQ=; b=bjvsHA7+YO+dfVsdU2/6KbvaOyDbK4JtXFUAqBnmmp 4/DpPPxGyUlmlgn357dZG8b3gSmYcSlkxpPGm4qAdQpEsToTmr3CxdVJ7LqOLtSy aZ9kt/Ju866epoAAUe2e5jutgtNJAUkyHiSuh8r8v45grtKNxM2jDzQndbQ3dXfI o= 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=XhHZPf lGyAemVuUXL0ceLTrxu5rZmgPChTTjVCvjZZQ=; b=Frnq/2MwvMPdN1nik41hH2 O5+vvzd+Xr9U5hGGO8jusuyiq0sTK0UEmERsiT2Afe1dKEsFaU3qWF4Csb86K53n Ru4cg1PdzbnujcbfjhwmDQb4yIDpac8JsBwm+4AxpYNO8CwKRfBT+XtxBZi2nHSF QFndX2aU/r7sp3/0bGHnWVXddVFxCUZvLcYPh5D9pPIjiQ4QD8XO45q9o1IAtnqN DmEEJoK7XkEOg51GB49AXCPHADSS0i82Jsem4Bg5XKFVae4uysQazYHYs4IdwIkE q1lBe+ZTsRvB+WxPfy8QLtV1d80b++kvx1j3Ahs/qWs4NI5Wq8S9IKIatzrQZt1g == 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 583697FA60; Fri, 20 Oct 2017 05:32:16 -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:32:15 +0200 Message-ID: <4701384.7jGZxAxE1r@xps> In-Reply-To: <5506343.0Y9v17d2Dv@xps> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-1-akhil.goyal@nxp.com> <5506343.0Y9v17d2Dv@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 00/12] introduce security offload 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:32:18 -0000 16/10/2017 12:44, Thomas Monjalon: > 15/10/2017 00:17, Akhil Goyal: > > This patchset introduce the rte_security library in DPDK. > > This also includes the sample implementation of drivers and > > changes in ipsec gateway application to demonstrate its usage. > [...] > > This patchset is also available at: > > git://dpdk.org/draft/dpdk-draft-ipsec > > branch: integration_v4 > > If I understand well, this patchset is the result of the group work? > Nothing else is needed to merge for the IPsec offload features? Please answer to make sure we are not forgetting something in RC2.