[dpdk-dev] [PATCH v3 1/2] crypto/zuc: support IPSec Multi-buffer lib v0.54

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon May 11 14:06:39 CEST 2020


Hi,


> -----Original Message-----
> From: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>
> Sent: Monday, May 11, 2020 10:14 AM
> To: akhil.goyal at nxp.com
> Cc: dev at dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>
> Subject: [PATCH v3 1/2] crypto/zuc: support IPSec Multi-buffer lib v0.54
> 
> The latest version of the Intel IPSec Multi-buffer library adds an API to
> authenticate multiple buffers in parallel.
> The PMD is modified to use this API, improving performance of the ZUC-EIA3
> algorithm.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> ---

Sorry, I forgot to include the changelog:

V3:
- Fixed compilation issue on Ubuntu 20.04
V2:
- Simplified logic in process_hash_op per Akhil's comments

>  doc/guides/cryptodevs/zuc.rst          |  6 +--
>  doc/guides/rel_notes/release_20_05.rst |  7 ++++
>  drivers/crypto/zuc/rte_zuc_pmd.c       | 58 +++++++++++++++-----------
>  3 files changed, 44 insertions(+), 27 deletions(-)
> 



More information about the dev mailing list