> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Monday, October 1, 2018 11:02 AM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitre...@intel.com>; Zhang, Roy Fan
> <roy.fan.zh...@intel.com>; Zhang
> Subject: [PATCH v4] port: add sym crypto port
>
> From: "Zhang, Roy Fan" <roy.fan.zh...@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.zh...@intel.com>
> Acked-by: Dumitrescu, Cristian <cristian.dumitre...@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!