From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id 952F65A35
 for <dev@dpdk.org>; Thu, 15 Jan 2015 14:41:27 +0100 (CET)
Received: by mail-wg0-f41.google.com with SMTP id l18so15010385wgh.0
 for <dev@dpdk.org>; Thu, 15 Jan 2015 05:41:27 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=XSZurOhKrIz2fluHbeLLhDQ/TG5bcknYxonxRILniwg=;
 b=icZ8OIT4Ht3GjnJ1TNdsMO/A1Pv8zA5IC4whtXNsgZEXRzpOqBaCoIEmO7u45WdmWI
 CezhE0edOOL3/gP6IOj2Ly7/QQZKMmV+m2zDbMC0x1XnAAVbG+I/ECIEKbgD9dkI00Q7
 eyqROt7wOm3SoGfBE/GnI9OhPMz1kM0e4SF2uBRjZABqU48ZMEWuW4F3Xtl6uHxPrBlF
 it3LjsWYtiPEH+KTaWJTR/a0cBpAQRpEDVll76eoclIu0eGlEkJVtqFcbZoX7bVIgTcU
 a/yPyTMBvSWoKkkZLPvJHrfuz68ty4U3g1wW3olP7Fqb3Ne44bJI2qjBM2WgTV6dTTSo
 KGzA==
X-Gm-Message-State: ALoCoQnJyE5VTMGnETVFtLQYdMaukOnNjKSsSGxwCW9A0j3iR3hdAAnrhTq4VDqRIG0tlQzBJMiO
X-Received: by 10.194.201.137 with SMTP id ka9mr18839572wjc.66.1421329287460; 
 Thu, 15 Jan 2015 05:41:27 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id ud4sm22854587wib.0.2015.01.15.05.41.26
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 15 Jan 2015 05:41:26 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Richardson, Bruce" <bruce.richardson@intel.com>
Date: Thu, 15 Jan 2015 14:41:04 +0100
Message-ID: <15970575.MgkGbGUIfD@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.6-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <E115CCD9D858EF4F90C690B0DCB4D89726898658@IRSMSX108.ger.corp.intel.com>
References: <1418728072-20092-1-git-send-email-bruce.richardson@intel.com>
 <E115CCD9D858EF4F90C690B0DCB4D89726898658@IRSMSX108.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] testpmd: remove duplicated
	function	parse_item_list
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, 15 Jan 2015 13:41:27 -0000

> > There were two static functions called "parse_item_list" in testpmd app.
> > Since one was a superset of the functionality of the other, we can
> > collapse the two calls down into a single one, shared between the two
> > C files.
> > 
> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied

Thanks
-- 
Thomas