From 29d11460503617b7bc42b07577003130ed7b59a8 Mon Sep 17 00:00:00 2001 From: Thierry Herbelot Date: Wed, 22 May 2019 11:44:45 +0200 Subject: [PATCH] doc: cleanup test removal in armv8 and openssl guides The perf tests were removed in a previous commit. Fixes: 2ac67c32837a ("test/crypto: remove crypto perf tests") Cc: stable@dpdk.org Signed-off-by: Thierry Herbelot Acked-by: Akhil Goyal --- doc/guides/cryptodevs/armv8.rst | 1 - doc/guides/cryptodevs/openssl.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/guides/cryptodevs/armv8.rst b/doc/guides/cryptodevs/armv8.rst index e60af84002..1ab40096e3 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 d7269870b6..7407294813 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: -- 2.20.1