> > 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 at intel.com> > > Acked-by: Fiona Trahe <fiona.trahe at intel.com> > > --- > > > > Changes in v2: > > - Removed duplicated parameter in command line help > > > > examples/l2fwd-crypto/main.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > Acked-by: Fiona Trahe <fiona.trahe at intel.com>
Applied, thanks.