From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <fiona.trahe@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 0677D2956
 for <dev@dpdk.org>; Thu, 24 Mar 2016 18:01:10 +0100 (CET)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga101.jf.intel.com with ESMTP; 24 Mar 2016 10:00:32 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,385,1455004800"; d="scan'208";a="675080341"
Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28])
 by FMSMGA003.fm.intel.com with ESMTP; 24 Mar 2016 10:00:32 -0700
Received: from irsmsx101.ger.corp.intel.com ([169.254.1.157]) by
 irsmsx105.ger.corp.intel.com ([169.254.7.35]) with mapi id 14.03.0248.002;
 Thu, 24 Mar 2016 17:00:30 +0000
From: "Trahe, Fiona" <fiona.trahe@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
CC: "Doherty, Declan" <declan.doherty@intel.com>, "De Lara Guarch, Pablo"
 <pablo.de.lara.guarch@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v2] l2fwd-crypto: fix incorrect command line
 help
Thread-Index: AQHRhdLCkmddDjGoZk6tfhIoCDkPFZ9o0WSw
Date: Thu, 24 Mar 2016 17:00:30 +0000
Message-ID: <348A99DA5F5B7549AA880327E580B43588FA6AFD@IRSMSX101.ger.corp.intel.com>
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>
In-Reply-To: <1458826785-14470-1-git-send-email-pablo.de.lara.guarch@intel.com>
Accept-Language: en-IE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODZiY2U3NmUtODAxNi00ZTUzLTkxYjEtZmE4ZmQ1YWQzOGFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InRiQVwvNERPcG5HNGM3NkhUNzRjU1ZUYTh1dHlRRmpkWloyXC9OcTB0UFZ5ST0ifQ==
x-ctpclassification: CTP_IC
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2] l2fwd-crypto: fix incorrect command line
 help
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Mar 2016 17:01:11 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Thursday, March 24, 2016 1:40 PM
> To: dev@dpdk.org
> Cc: Doherty, Declan; De Lara Guarch, Pablo
> Subject: [dpdk-dev] [PATCH v2] l2fwd-crypto: fix incorrect command line h=
elp
>=20
> Previous cdev parameter was changed to cdev_type, to select a crypto devi=
ce
> type preference (HW/SW/ANY), instead of the device itself (QAT/AESNI...).
> Also deleted cdev duplicated parameter from the help.
>=20
> Fixes: 27cf2d1b18e1 ("examples/l2fwd-crypto: discover capabilities")
>=20
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
> ---
>=20
> Changes in v2:
> - Removed duplicated parameter in command line help
>=20
>  examples/l2fwd-crypto/main.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>=20
Acked-by: Fiona Trahe <fiona.trahe@intel.com>