[dpdk-dev] doc: add dpaa2-sec in test-crypto-perf

Message ID 20170712123441.2942-2-akhil.goyal@nxp.com (mailing list archive)
State Changes Requested, archived
Delegated to: Pablo de Lara Guarch
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Akhil Goyal July 12, 2017, 12:34 p.m. UTC
  Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
---
 doc/guides/tools/cryptoperf.rst | 1 +
 1 file changed, 1 insertion(+)
  

Comments

De Lara Guarch, Pablo July 12, 2017, 12:43 p.m. UTC | #1
Hi Akhil,

> -----Original Message-----
> From: Akhil Goyal [mailto:akhil.goyal@nxp.com]
> Sent: Wednesday, July 12, 2017 1:35 PM
> To: dev@dpdk.org
> Cc: hemant.agrawal@nxp.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>; Doherty, Declan
> <declan.doherty@intel.com>; Akhil Goyal <akhil.goyal@nxp.com>
> Subject: [PATCH] doc: add dpaa2-sec in test-crypto-perf
> 
> Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
> ---
>  doc/guides/tools/cryptoperf.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/doc/guides/tools/cryptoperf.rst
> b/doc/guides/tools/cryptoperf.rst index 075a2bc..f24c26e 100644
> --- a/doc/guides/tools/cryptoperf.rst
> +++ b/doc/guides/tools/cryptoperf.rst
> @@ -186,6 +186,7 @@ The following are the appication command-line
> options:
>             crypto_snow3g
>             crypto_kasumi
>             crypto_zuc
> +           crypto_dpaa2_sec
> 
>  * ``--optype <name>``
> 
> --
> 2.9.3

This is actually missing other PMDs that can be used, so we should send
a patch adding all of them in one go (crypto_armv8, crypto_scheduler and crypto_dpaa2_sec).

Could you send a v2 adding these three?

Thanks,
Pablo
  

Patch

diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst
index 075a2bc..f24c26e 100644
--- a/doc/guides/tools/cryptoperf.rst
+++ b/doc/guides/tools/cryptoperf.rst
@@ -186,6 +186,7 @@  The following are the appication command-line options:
            crypto_snow3g
            crypto_kasumi
            crypto_zuc
+           crypto_dpaa2_sec
 
 * ``--optype <name>``