Hi,
> -----Original Message----- > From: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com> > Sent: Monday, May 11, 2020 10:14 AM > To: akhil.go...@nxp.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com> > 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 <pablo.de.lara.gua...@intel.com> > --- 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(-) >