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

2020-05-11 Thread De Lara Guarch, Pablo
Hi, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, May 11, 2020 10:14 AM > To: akhil.go...@nxp.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v3 1/2] crypto/zuc: support IPSec Multi-buffer lib v0.54 > > The latest version of the Intel IPSec Multi-bu

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

2020-05-11 Thread Akhil Goyal
> > 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 > --- Series Applied to dpdk-next-crypto Thanks.

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

2020-05-11 Thread Pablo de Lara
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/