patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] doc: fix invalid auth algo in cryptoperf app
@ 2023-04-11 13:04 Akhil Goyal
  2023-04-11 13:48 ` Power, Ciara
  0 siblings, 1 reply; 3+ messages in thread
From: Akhil Goyal @ 2023-04-11 13:04 UTC (permalink / raw)
  To: dev; +Cc: anoobj, ciara.power, stable, Akhil Goyal

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

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

Signed-off-by: Akhil Goyal <gakhil@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-03  7:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 13:04 [PATCH] doc: fix invalid auth algo in cryptoperf app Akhil Goyal
2023-04-11 13:48 ` Power, Ciara
2023-05-03  7:24   ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).