Hi Pablo, > AESNI MB and AESNI GCM PMDs were updated to support > latest IPSec Multi buffer library (v0.53), and the user guide > of hose drivers were updated but not release notes. > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > --- > doc/guides/rel_notes/release_19_11.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/doc/guides/rel_notes/release_19_11.rst > b/doc/guides/rel_notes/release_19_11.rst > index 682c1bdf3..441c53898 100644 > --- a/doc/guides/rel_notes/release_19_11.rst > +++ b/doc/guides/rel_notes/release_19_11.rst > @@ -223,6 +223,15 @@ New Features > Support is added for all sequence number sizes for control and user plane. > Test application is updated for unit testing. > > +* **Updated the AESNI-MB PMD.** > + > + * Added support for intel-ipsec-mb version 0.53. > + > +* **Updated the AESNI-GCM PMD.** > + > + * Added support for intel-ipsec-mb version 0.53. > + * Supported in-place chained mbufs on AES-GCM algorithm. > +
Both the bullets can be combined in a single bullet. > * **Enabled Single Pass GCM acceleration on QAT GEN3.** > > Added support for Single Pass GCM, available on QAT GEN3 only (Intel > -- > 2.21.0 Ideally this patch should be part of the actual patch which was adding this support. -Akhil