Hi,
> -----Original Message----- > From: De Lara Guarch, Pablo <[email protected]> > Sent: Monday, May 11, 2020 10:14 AM > To: [email protected] > Cc: [email protected]; De Lara Guarch, Pablo <[email protected]> > 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 <[email protected]> > --- 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(-) >

