doc: fix invalid auth algo in cryptoperf app

Message ID 20230411130458.1134155-1-gakhil@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series doc: fix invalid auth algo in cryptoperf app |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Functional success Functional PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS

Commit Message

Akhil Goyal April 11, 2023, 1:04 p.m. UTC
  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(-)
  

Comments

Power, Ciara April 11, 2023, 1:48 p.m. UTC | #1
> -----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>
  
Akhil Goyal May 3, 2023, 7:24 a.m. UTC | #2
> > 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
  

Patch

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