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