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

2020-05-10 Thread De Lara Guarch, Pablo
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

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

2020-05-09 Thread Akhil Goyal
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); >

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

2020-04-21 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/