Hi Akhil,
> -Original Message-
> From: Akhil Goyal
> Sent: Saturday, May 9, 2020 8:05 PM
> To: De Lara Guarch, Pablo ; dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH 1/2] crypto/zuc: support IPSec Multi-buffer lib
> v0.54
>
> Hi Pablo,
>
> > +#if IMB_VE
Hi Pablo,
> +#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)
> + processed_ops = process_zuc_hash_op_mb(qp, ops, sessions,
> + num_ops);
> +#else
> processed_ops = process_zuc_hash_op(qp, ops, sessions,
> num_ops);
>
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
---
doc/guides/cryptodevs/zuc.rst | 6 +--
doc/guides/
3 matches
Mail list logo