This patch updates the release note and AESNI-MD PMD documentation. Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com> Acked-by: Damian Nowak <damianx.no...@intel.com> --- doc/guides/cryptodevs/aesni_mb.rst | 2 ++ doc/guides/rel_notes/release_19_02.rst | 5 +++++ 2 files changed, 7 insertions(+)
diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 12532c63e..98082595d 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -40,6 +40,7 @@ Hash algorithms: * RTE_CRYPTO_HASH_SHA512_HMAC * RTE_CRYPTO_HASH_AES_XCBC_HMAC * RTE_CRYPTO_HASH_AES_CMAC +* RTE_CRYPTO_HASH_AES_GMAC AEAD algorithms: @@ -51,6 +52,7 @@ Limitations * Chained mbufs are not supported. * Only in-place is currently supported (destination address is the same as source address). +* RTE_CRYPTO_HASH_AES_GMAC is supported by library version v0.51 or later. Installation diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst index 8deb68b9a..48b183e81 100644 --- a/doc/guides/rel_notes/release_19_02.rst +++ b/doc/guides/rel_notes/release_19_02.rst @@ -60,6 +60,11 @@ New Features * Added the handler to get firmware version string. * Added support for multicast filtering. +* **Updated the AESNI MB PMD.** + + The AESNI MB PMD has been updated with additional support for the AES-GMAC + authentication only algorithm. + Removed Items ------------- -- 2.13.6