[1/5] doc/guides/cryptodevs: cleanup for armv8 and openssl PMDs

Message ID eedf1632bb8ac8d15524bf42aed23095566a055e.1558517518.git.thierry.herbelot@6wind.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series [1/5] doc/guides/cryptodevs: cleanup for armv8 and openssl PMDs |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/intel-Performance-Testing success Performance Testing PASS
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/Intel-compilation success Compilation OK

Commit Message

Thierry Herbelot May 22, 2019, 9:44 a.m. UTC
  The perf tests were removed in a previous commit.

Fixes: 2ac67c32837a ('test/crypto: remove crypto perf tests')
Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
 doc/guides/cryptodevs/armv8.rst   | 1 -
 doc/guides/cryptodevs/openssl.rst | 1 -
 2 files changed, 2 deletions(-)
  

Comments

Akhil Goyal June 18, 2019, 12:56 p.m. UTC | #1
> 
> The perf tests were removed in a previous commit.
> 
> Fixes: 2ac67c32837a ('test/crypto: remove crypto perf tests')
> Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
> ---
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
  
Akhil Goyal June 19, 2019, 2:53 p.m. UTC | #2
> The perf tests were removed in a previous commit.
> 
> Fixes: 2ac67c32837a ('test/crypto: remove crypto perf tests')
> Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
> ---
>  doc/guides/cryptodevs/armv8.rst   | 1 -
>  doc/guides/cryptodevs/openssl.rst | 1 -
>  2 files changed, 2 deletions(-)
> 
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Please add fixes line for every fix that you do. It was missing in a couple of your patches.

Cc: stable@dpdk.org
Patchset applied to dpdk-next-crypto

Thanks.
  

Patch

diff --git a/doc/guides/cryptodevs/armv8.rst b/doc/guides/cryptodevs/armv8.rst
index e60af84002a3..1ab40096e349 100644
--- a/doc/guides/cryptodevs/armv8.rst
+++ b/doc/guides/cryptodevs/armv8.rst
@@ -59,7 +59,6 @@  User can use app/test application to check how to use this PMD and to verify
 crypto processing.
 
 Test name is cryptodev_sw_armv8_autotest.
-For performance test cryptodev_sw_armv8_perftest can be used.
 
 Limitations
 -----------
diff --git a/doc/guides/cryptodevs/openssl.rst b/doc/guides/cryptodevs/openssl.rst
index d7269870b610..7407294813b2 100644
--- a/doc/guides/cryptodevs/openssl.rst
+++ b/doc/guides/cryptodevs/openssl.rst
@@ -87,7 +87,6 @@  User can use app/test application to check how to use this pmd and to verify
 crypto processing.
 
 Test name is cryptodev_openssl_autotest.
-For performance test cryptodev_openssl_perftest can be used.
 For asymmetric crypto operations testing, run cryptodev_openssl_asym_autotest.
 
 To verify real traffic l2fwd-crypto example can be used with this command: