DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] l2fwd_crypto: fix typo in command line help
@ 2016-02-01  9:41 Pablo de Lara
  2016-02-03 11:06 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2016-02-01  9:41 UTC (permalink / raw)
  To: dev

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 examples/l2fwd-crypto/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c
index d70fc9a..ee935be 100644
--- a/examples/l2fwd-crypto/main.c
+++ b/examples/l2fwd-crypto/main.c
@@ -667,7 +667,7 @@ l2fwd_crypto_usage(const char *prgname)
 		"  --cipher_op ENCRYPT / DECRYPT\n"
 		"  --cipher_key KEY\n"
 
-		"  --auth ALGO\n"
+		"  --auth_algo ALGO\n"
 		"  --auth_op GENERATE / VERIFY\n"
 		"  --auth_key KEY\n"
 
-- 
2.5.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] l2fwd_crypto: fix typo in command line help
  2016-02-01  9:41 [dpdk-dev] [PATCH] l2fwd_crypto: fix typo in command line help Pablo de Lara
@ 2016-02-03 11:06 ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 2+ messages in thread
From: De Lara Guarch, Pablo @ 2016-02-03 11:06 UTC (permalink / raw)
  To: dev



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Monday, February 01, 2016 9:41 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo
> Subject: [PATCH] l2fwd_crypto: fix typo in command line help
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  examples/l2fwd-crypto/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c
> index d70fc9a..ee935be 100644
> --- a/examples/l2fwd-crypto/main.c
> +++ b/examples/l2fwd-crypto/main.c
> @@ -667,7 +667,7 @@ l2fwd_crypto_usage(const char *prgname)
>  		"  --cipher_op ENCRYPT / DECRYPT\n"
>  		"  --cipher_key KEY\n"
> 
> -		"  --auth ALGO\n"
> +		"  --auth_algo ALGO\n"
>  		"  --auth_op GENERATE / VERIFY\n"
>  		"  --auth_key KEY\n"
> 
> --
> 2.5.0

Nack. Will send another patchset with this fix included.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-03 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-01  9:41 [dpdk-dev] [PATCH] l2fwd_crypto: fix typo in command line help Pablo de Lara
2016-02-03 11:06 ` De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).