From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0353F2C3F; Mon, 29 May 2017 14:40:13 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2017 05:40:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,414,1491289200"; d="scan'208";a="106682904" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga005.jf.intel.com with ESMTP; 29 May 2017 05:40:11 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Mon, 29 May 2017 13:40:10 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] examples/l2fwd-crypto: fix option parsing Thread-Index: AQHS1HhknWRNPcEPS0W3SbGLMeirxKILSGFA Date: Mon, 29 May 2017 12:40:09 +0000 Message-ID: References: <1495621682-192938-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1495621682-192938-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjJjZjZkMmEtMzhlZS00NTE1LWFhMTctMzllOGI0YTVhNWVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImRmaERaWlBBeFdHelA1Qks2bTBtakFQWGlyZ3pKXC8xS0xoemtubW1OaXBJPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] examples/l2fwd-crypto: fix option parsing X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 12:40:16 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, May 24, 2017 11:28 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo; stable@dpdk.org > Subject: [PATCH] examples/l2fwd-crypto: fix option parsing >=20 > Statistics period time option is parsed with -T argument, > but -t was accepted by mistake, instead. >=20 > Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") > CC: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo