[v2,4/4] doc: updated feature matrix for AESNI MB PMD
Checks
Commit Message
Added support to the AESNI MB PMD feature matrix for SM3, SM3 HMAC,
SM4 CBC, SM4 ECB, SM4 CTR. Updated release notes with same.
Signed-off-by: Brian Dooley <brian.dooley@intel.com>
---
doc/guides/cryptodevs/features/aesni_mb.ini | 5 +++++
doc/guides/rel_notes/release_24_11.rst | 4 ++++
2 files changed, 9 insertions(+)
Comments
> Added support to the AESNI MB PMD feature matrix for SM3, SM3 HMAC,
> SM4 CBC, SM4 ECB, SM4 CTR. Updated release notes with same.
>
> Signed-off-by: Brian Dooley <brian.dooley@intel.com>
> ---
> doc/guides/cryptodevs/features/aesni_mb.ini | 5 +++++
> doc/guides/rel_notes/release_24_11.rst | 4 ++++
> 2 files changed, 9 insertions(+)
No need for separate documentation patch.
Please add doc updates in the patch where the code is added for that feature.
> Added support to the AESNI MB PMD feature matrix for SM3, SM3 HMAC,
> SM4 CBC, SM4 ECB, SM4 CTR. Updated release notes with same.
>
> Signed-off-by: Brian Dooley <brian.dooley@intel.com>
> ---
> doc/guides/cryptodevs/features/aesni_mb.ini | 5 +++++
> doc/guides/rel_notes/release_24_11.rst | 4 ++++
> 2 files changed, 9 insertions(+)
>
The compilation of the patch is also failing in CI.
Please fix. I believe the new version of ipsec-mb need to be updated in CI?
Thanks Akhil, I will add the documentation to the correct patch and tidy up the series. I also need to look into this CI issue.
@@ -42,6 +42,9 @@ AES ECB (256) = Y
ZUC EEA3 = Y
SNOW3G UEA2 = Y
KASUMI F8 = Y
+SM4 CBC = Y
+SM4 ECB = Y
+SM4 CTR = Y
;
; Supported authentication algorithms of the 'aesni_mb' crypto driver.
@@ -64,6 +67,8 @@ AES GMAC = Y
ZUC EIA3 = Y
SNOW3G UIA2 = Y
KASUMI F9 = Y
+SM3 = Y
+SM3 HMAC = Y
;
; Supported AEAD algorithms of the 'aesni_mb' crypto driver.
@@ -55,6 +55,10 @@ New Features
Also, make sure to start the actual text at the margin.
=======================================================
+* **Updated IPsec_MB crypto driver.**
+
+ * Added support for SM3, SM3 HMAC, SM4 CBC, SM4 ECB and SM4 CTR algorithms.
+
Removed Items
-------------