[dpdk-dev] [PATCH 1/5] doc: fix supported algorithm table for AESNI GCM PMD

Pablo de Lara pablo.de.lara.guarch at intel.com
Thu Jul 13 07:36:46 CEST 2017


AESNI GCM PMD now supports 192-bit keys for AES-GCM,
so the supported algorithm table should be updated.

Fixes: 6f16aab09a91 ("crypto/aesni_gcm: migrate to Multi-buffer library")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
---
 doc/guides/cryptodevs/features/aesni_gcm.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/guides/cryptodevs/features/aesni_gcm.ini b/doc/guides/cryptodevs/features/aesni_gcm.ini
index 0f11fef..bacd94e 100644
--- a/doc/guides/cryptodevs/features/aesni_gcm.ini
+++ b/doc/guides/cryptodevs/features/aesni_gcm.ini
@@ -26,4 +26,5 @@ AES GMAC = Y
 ;
 [AEAD]
 AES GCM (128) = Y
+AES GCM (192) = Y
 AES GCM (256) = Y
-- 
2.9.4



More information about the dev mailing list