Hi,
On 11/15/2022 5:11 PM, Kai Ji wrote:
From: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Updated AESNI MB and AESNI GCM, KASUMI, ZUC, SNOW3G
and CHACHA20_POLY1305 PMD documentation guides
with information about the latest Intel IPSec Multi-buffer
library supported.
Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Acked-by: Ciara Power <ciara.po...@intel.com>
Acked-by: Brian Dooley <brian.doo...@intel.com>
Signed-off-by: Kai Ji <kai...@intel.com>
---
-v5: Release notes update
-v4: Added information on CHACHA20_POLY1305 PMD guide
-v3: Fixed library version from 1.2 to 1.3 in one line
-v2: Removed repeated word 'the'
---
doc/guides/cryptodevs/aesni_gcm.rst | 8 +++---
doc/guides/cryptodevs/aesni_mb.rst | 29 ++++++++++++++++-----
doc/guides/cryptodevs/chacha20_poly1305.rst | 12 ++++++---
doc/guides/cryptodevs/kasumi.rst | 15 ++++++++---
doc/guides/cryptodevs/snow3g.rst | 15 ++++++++---
doc/guides/cryptodevs/zuc.rst | 14 +++++++---
doc/guides/rel_notes/release_22_11.rst | 10 ++++++-
7 files changed, 76 insertions(+), 27 deletions(-)
<snip>
diff --git a/doc/guides/rel_notes/release_22_11.rst
b/doc/guides/rel_notes/release_22_11.rst
index 4e55b543ef..50dcdbbbeb 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -240,7 +240,15 @@ New Features
* **Updated ipsec_mb crypto driver.**
- Added SNOW-3G and ZUC support for ARM platform.
+ * Added SNOW-3G and ZUC support for ARM platform.
+ * Added Intel IPsec MB v1.3 library support, 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`
* **Added UADK crypto driver.**
--
2.17.1
This text, in conjunction with existing ARM news, looks confusing to me.
We may have to have clearer feature descriptor for both platforms from
this point.
My suggestion:
* **Updated ipsec_mb crypto driver.**
* Added ARM64 port of ipsec-mb library support and SNOW-3G and ZUC
support for ARM platform.
* Added Intel IPsec MB v1.3 library support for x86 and ARM platform,
see the ....
Regards,
Fan