From ce3eee49fe3a1df3625e2b94415d4889b65b4443 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 9 Jun 2016 16:44:34 +0100 Subject: [PATCH] doc: fix crypto feature table Some crypto PMDs that support symmetric crypto were not marked as supported in the supported feature flags table. Fixes: 2373c0661b2f0 ("doc: add cryptodevs guide overview") Signed-off-by: Pablo de Lara Acked-by: Deepak Kumar Jain Acked-by: John McNamara --- doc/guides/cryptodevs/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/overview.rst b/doc/guides/cryptodevs/overview.rst index 4a84146797..58614407d0 100644 --- a/doc/guides/cryptodevs/overview.rst +++ b/doc/guides/cryptodevs/overview.rst @@ -36,7 +36,7 @@ Supported Feature Flags :header: "Feature Flags", "qat", "null", "aesni_mb", "aesni_gcm", "snow3g" :stub-columns: 1 - "RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO",x,x,,, + "RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO",x,x,x,x,x "RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO",,,,, "RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING",x,x,x,x,x "RTE_CRYPTODEV_FF_CPU_SSE",,,x,x,x -- 2.20.1