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

2020-05-11 Thread Akhil Goyal
Hi Pablo, It seems there is compilation issue in Clang with this patch. Regards, Akhil > Signed-off-by: Pablo de Lara > --- > > 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

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

2020-05-10 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 --- v2: - Simplified logic in process_hash_op per Akhil's commen