From: Pablo de Lara Date: Thu, 13 Jul 2017 05:36:46 +0000 (+0100) Subject: doc: fix supported algorithm table for AESNI-GCM PMD X-Git-Tag: spdx-start~2404 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=2fe7ab8e6147d192191059c8fc753f0ec9cbaa51 doc: fix supported algorithm table for AESNI-GCM PMD 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 Acked-by: Declan Doherty --- diff --git a/doc/guides/cryptodevs/features/aesni_gcm.ini b/doc/guides/cryptodevs/features/aesni_gcm.ini index 0f11fef8fd..bacd94e3de 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