> -----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 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 at intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>