examples/l2fwd-crypto: fix command line help
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 24 Mar 2016 13:39:45 +0000 (13:39 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 24 Mar 2016 19:53:40 +0000 (20:53 +0100)
commit912b3a0acb5d47c80906e88f348e0a60af0d7708
tree3c1cf63b15ac0d8489477eb57c8b494a7bf4920d
parentf057dc5c7d8d0c064a2cb9899a84abca1282cfdf
examples/l2fwd-crypto: fix command line help

Previous cdev parameter was changed to cdev_type,
to select a crypto device type preference (HW/SW/ANY),
instead of the device itself (QAT/AESNI...).
Also deleted cdev duplicated parameter from the help.

Fixes: 27cf2d1b18e1 ("examples/l2fwd-crypto: discover capabilities")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
examples/l2fwd-crypto/main.c