From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id AE4CF5A56 for ; Wed, 11 Feb 2015 11:41:25 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 11 Feb 2015 02:41:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,558,1418112000"; d="scan'208";a="676267734" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 11 Feb 2015 02:41:22 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.64]) by irsmsx105.ger.corp.intel.com ([169.254.7.81]) with mapi id 14.03.0195.001; Wed, 11 Feb 2015 10:41:18 +0000 From: "Gonzalez Monroy, Sergio" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] testpmd: remove duplicated parameter parsing Thread-Index: AQHQQhdqT1RT4aOZv0atybkYRZijNZzrSfyQ Date: Wed, 11 Feb 2015 10:41:18 +0000 Message-ID: <91383E96CE459D47BCE92EFBF5CE73B004F4AB3E@IRSMSX108.ger.corp.intel.com> References: <1423232121-23298-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1423232121-23298-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-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-dev] [PATCH] testpmd: remove duplicated parameter parsing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 10:41:26 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, February 6, 2015 2:15 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] testpmd: remove duplicated parameter parsing >=20 > Several parameters were being parsed twice in testpmd, so this patch gets > rid of the second parsing. >=20 > Signed-off-by: Pablo de Lara > --- > app/test-pmd/parameters.c | 56 ---------------------------------------= ------ > 1 files changed, 0 insertions(+), 56 deletions(-) >=20 Acked-by: Sergio Gonzalez Monroy