From 2fe7ab8e6147d192191059c8fc753f0ec9cbaa51 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 13 Jul 2017 06:36:46 +0100 Subject: [PATCH] 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 --- 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 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 -- 2.20.1