[dpdk-dev] [PATCH v4] port: add sym crypto port

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Mon Oct 1 19:25:54 CEST 2018



> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Monday, October 1, 2018 11:02 AM
> To: dev at dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitrescu at intel.com>; Zhang, Roy Fan
> <roy.fan.zhang at intel.com>; Zhang
> Subject: [PATCH v4] port: add sym crypto port
> 
> From: "Zhang, Roy Fan" <roy.fan.zhang at intel.com>
> 
> 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.
> 
> Signed-off-by: Zhang, Roy Fan <roy.fan.zhang at intel.com>
> Acked-by: Dumitrescu, Cristian <cristian.dumitrescu at intel.com>
> ---
> v4:
> - fixed a compiler warning
> 
> v3:
> - fixed a compile issue
> 
> v2:
> - added experimental flags
> - enabled meson build
> 
>  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!



More information about the dev mailing list