Re: [dpdk-dev] [PATCH 6/9] examples/l2fwd-crypto: fix application help

2017-06-21 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > Sent: Wednesday, June 21, 2017 7:42 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 6/9] examp

[dpdk-dev] [PATCH 6/9] examples/l2fwd-crypto: fix application help

2017-06-21 Thread Pablo de Lara
Chain parameter can be CIPHER_HASH, HASH_CIPHER, CIPHER_ONLY or HASH_ONLY, but only the first two were shown in the application help. Fixes: 1a75e9f3fadb ("examples/l2fwd-crypto: add cipher/hash only cases") CC: sta...@dpdk.org Signed-off-by: Pablo de Lara --- examples/l2fwd-crypto/main.c | 3 +