[PATCH] doc: fix invalid auth algo in cryptoperf app

Akhil Goyal gakhil at marvell.com
Tue Apr 11 15:04:58 CEST 2023


3des-cbc is not an authentication algorithm,
hence need to be removed.

Fixes: c6baca7adc94 ("doc: describe new performance test application")
Cc: stable at dpdk.org

Signed-off-by: Akhil Goyal <gakhil at marvell.com>
---
 doc/guides/tools/cryptoperf.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst
index c77e253417..f30784674d 100644
--- a/doc/guides/tools/cryptoperf.rst
+++ b/doc/guides/tools/cryptoperf.rst
@@ -232,7 +232,6 @@ The following are the application command-line options:
         Set authentication algorithm name, where ``name`` is one
         of the following::
 
-           3des-cbc
            aes-cbc-mac
            aes-cmac
            aes-gmac
-- 
2.25.1



More information about the stable mailing list