From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] testpmd: remove duplicated function parse_item_list Date: Thu, 15 Jan 2015 14:41:04 +0100 Message-ID: <15970575.MgkGbGUIfD@xps13> References: <1418728072-20092-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Richardson, Bruce" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > 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 > > Acked-by: Pablo de Lara Applied Thanks -- Thomas