From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH v4] port: add sym crypto port Date: Mon, 1 Oct 2018 17:25:54 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D0851@IRSMSX107.ger.corp.intel.com> References: <20180928104139.15760-1-roy.fan.zhang@intel.com> <20181001100223.76256-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Zhang, Roy Fan" , "dev@dpdk.org" Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3FD06378E for ; Mon, 1 Oct 2018 19:25:57 +0200 (CEST) In-Reply-To: <20181001100223.76256-1-roy.fan.zhang@intel.com> 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" > -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, October 1, 2018 11:02 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Zhang, Roy Fan > ; Zhang > Subject: [PATCH v4] port: add sym crypto port >=20 > From: "Zhang, Roy Fan" >=20 > This patch adds the symmetric crypto support to port library. > The crypto port acts as a shim layer to DPDK cryptodev library and > supports in-place crypto workload processing. >=20 > Signed-off-by: Zhang, Roy Fan > Acked-by: Dumitrescu, Cristian > --- > v4: > - fixed a compiler warning >=20 > v3: > - fixed a compile issue >=20 > v2: > - added experimental flags > - enabled meson build >=20 > lib/librte_port/Makefile | 4 +- > lib/librte_port/meson.build | 8 +- > lib/librte_port/rte_port_sym_crypto.c | 552 > ++++++++++++++++++++++++++++++++++ Fixed some minor style errors. Applied to next-pipeline tree, thanks!