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 4A39D1BA54 for ; Thu, 26 Oct 2017 03:16:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E17DD208C1; Wed, 25 Oct 2017 21:16:37 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 25 Oct 2017 21:16:37 -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=RDpLzlnWteWLMJ7KzyWR8izao3 7kmt68lUBqCO9bpXA=; b=OXAtKKACVdT1JqnGX+cCH4polu3920zC94proAgEvC /UyrNxTrvgxHGFqgsg4cZFj6O10pshzeIpY8L4cv51nBDGs8Grko7nYz/I9IyMuq FrcDZohqJsQOk0KJFdWz6Ix8rEAEw3Vdje6BXR8/KjNh43YRVGDiEWr95N2PjVg4 E= 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=RDpLzl nWteWLMJ7KzyWR8izao37kmt68lUBqCO9bpXA=; b=E6kphPcmtDfrI+mD7GatRa kEHEn1T/XAxfWjjEvs94rmD3c+bFsAZvtVGjgWVM9Bto4ko2np3zOUiZ4uXAggBj AGsfHU68MCsNpF77+c/bJwVvnIU278j95OCFxPPo7QjxuLMdUPiOtyH8AQw8KnZd sVc6CHloRGmzj8dotwty72oGkrBhSi61wAyUgOJVwBha2/Ek1DoLXsXQ4o1xpxxP loVadmogMEZG1vqmLjH2zGkwIM9G4wfPdeqpDw2fe/HOAA1IGZXT6o3kXZl9mBt7 BsmgnjQVq1eKTVtW3uZOiZ2dYwBqNy2tDTMsflcjl/K6uYdT0QpNeLP075Bo4Tkg == 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 8F8E07F91E; Wed, 25 Oct 2017 21:16:37 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal , declan.doherty@intel.com, hemant.agrawal@nxp.com, radu.nicolau@intel.com, borisp@mellanox.com, aviadye@mellanox.com Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.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: Thu, 26 Oct 2017 03:16:36 +0200 Message-ID: <2282445.jBMaErl0Gr@xps> In-Reply-To: <20171025150727.30364-1-akhil.goyal@nxp.com> References: <20171024141545.30837-1-akhil.goyal@nxp.com> <20171025150727.30364-1-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 00/10] 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: Thu, 26 Oct 2017 01:16:38 -0000 25/10/2017 17:07, 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. [...] > Akhil Goyal (5): > cryptodev: support security APIs > security: introduce security API and framework > doc: add details of rte security > crypto/dpaa2_sec: add support for protocol offload ipsec > examples/ipsec-secgw: add support for security offload > > Boris Pismenny (3): > net: add ESP header to generic flow steering > mbuf: add security crypto flags and mbuf fields > ethdev: add rte flow action for crypto > > Declan Doherty (1): > ethdev: support security APIs > > Radu Nicolau (1): > net/ixgbe: enable inline ipsec Applied, thanks for the big cross-vendors team working