[dpdk-dev] [PATCH] testpmd: remove duplicated function parse_item_list

2015-01-15 Thread Thomas Monjalon
> > 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 d

[dpdk-dev] [PATCH] testpmd: remove duplicated function parse_item_list

2015-01-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Tuesday, December 16, 2014 11:08 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] testpmd: remove duplicated function > parse_item_list > > There w

[dpdk-dev] [PATCH] testpmd: remove duplicated function parse_item_list

2014-12-16 Thread Bruce Richardson
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 --- app/test-pmd/cmdline.c| 2 +- app/te