Hi Akhil, > -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Tuesday 16 May 2023 13:26 > To: Power, Ciara <ciara.po...@intel.com>; dev@dpdk.org > Cc: Ji, Kai <kai...@intel.com> > Subject: RE: [EXT] [PATCH 0/8] add AESNI_MB optimisations > > Hi Kai, > > Can you review? FYI I will be sending a v2 patchset later today, to address CI compilation error.
> > Does it need updates to documentation for intel-ipsec-mb versions? Not for now. Most of the changes are for version <= 1.3. One change (session ID stuff) is in 1.4, which will be released soon, before our 23.07 release. We plan to update the documentation to show the support once we have the link to the 1.4 release. Thanks, Ciara > > > This patchset adds some optimisations for AESNI_MB PMD, many based on > > features that are available in intel-ipsec-mb v1.3 and future release v1.4. > > > > Marcel Cornu (1): > > crypto/ipsec_mb: use burst API in aesni_mb > > > > Pablo de Lara (7): > > crypto/ipsec_mb: use GMAC dedicated algorithms > > crypto/ipsec_mb: use new SGL API > > crypto/ipsec_mb: remove unneeded fields in crypto session > > crypto/ipsec_mb: store template job > > crypto/ipsec_mb: optimize for GCM case > > crypto/ipsec_mb: do not free linear_sgl always > > crypto/ipsec_mb: set and use session ID > > > > drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 915 ++++++++++++-------- > > drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h | 32 +- > > 2 files changed, 584 insertions(+), 363 deletions(-) > > > > -- > > 2.25.1