From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] l2fwd-crypto: fix incorrect command line help Date: Thu, 24 Mar 2016 20:48:32 +0100 Message-ID: <5174494.RtDDFbjQuj@xps13> References: <1458652864-30811-1-git-send-email-pablo.de.lara.guarch@intel.com> <1458826785-14470-1-git-send-email-pablo.de.lara.guarch@intel.com> <348A99DA5F5B7549AA880327E580B43588FA6AFD@IRSMSX101.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Trahe, Fiona" , "Doherty, Declan" To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 849B02BCD for ; Thu, 24 Mar 2016 20:50:17 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id l68so37126wml.1 for ; Thu, 24 Mar 2016 12:50:17 -0700 (PDT) In-Reply-To: <348A99DA5F5B7549AA880327E580B43588FA6AFD@IRSMSX101.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > > Acked-by: Fiona Trahe > > --- > > > > 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 Applied, thanks.