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 <pablo.de.lara.guarch at intel.com> --- 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 4a84146..5861440 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.5.0