* [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
* RE: [PATCH] doc: fix invalid auth algo in cryptoperf app
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
0 siblings, 1 reply; 3+ messages in thread
From: Power, Ciara @ 2023-04-11 13:48 UTC (permalink / raw)
To: Akhil Goyal, dev; +Cc: anoobj, stable
> -----Original Message-----
> From: Akhil Goyal <gakhil@marvell.com>
> Sent: Tuesday 11 April 2023 14:05
> To: dev@dpdk.org
> Cc: anoobj@marvell.com; Power, Ciara <ciara.power@intel.com>;
> stable@dpdk.org; Akhil Goyal <gakhil@marvell.com>
> Subject: [PATCH] doc: fix invalid auth algo in cryptoperf app
>
> 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
Acked-by: Ciara Power <ciara.power@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] doc: fix invalid auth algo in cryptoperf app
2023-04-11 13:48 ` Power, Ciara
@ 2023-05-03 7:24 ` Akhil Goyal
0 siblings, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2023-05-03 7:24 UTC (permalink / raw)
To: Power, Ciara, dev; +Cc: Anoob Joseph, stable
> > Subject: [PATCH] doc: fix invalid auth algo in cryptoperf app
> >
> > 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>
> > ---
> Acked-by: Ciara Power <ciara.power@intel.com>
Applied to dpdk-next-crypto
^ 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).