> diff --git a/doc/guides/rel_notes/release_22_11.rst > b/doc/guides/rel_notes/release_22_11.rst > index 4e55b543ef..b98b603fe7 100644 > --- a/doc/guides/rel_notes/release_22_11.rst > +++ b/doc/guides/rel_notes/release_22_11.rst > @@ -240,7 +240,16 @@ New Features > > * **Updated ipsec_mb crypto driver.** > > - Added SNOW-3G and ZUC support for ARM platform. > + * Added ARM64 port of ipsec-mb library support and SNOW-3G and ZUC > + support for ARM platform. You need not update the above line. * Added SNOW-3G and ZUC support for ARM platform. Should be good enough.
> + * Added Intel IPsec MB v1.3 library support for x86 platform, > + see the following guides for more details: > + :doc:`../cryptodevs/aesni_gcm` > + :doc:`../cryptodevs/aesni_mb` > + :doc:`../cryptodevs/chacha20_poly1305` > + :doc:`../cryptodevs/kasumi` > + :doc:`../cryptodevs/snow3g` > + :doc:`../cryptodevs/zuc` I believe adding reference for each guide is not needed. * Added Intel IPsec MB v1.3 library support for x86 platform. Added details in the guides for all the drivers supported by ipsec_mb.