> > 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
> -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
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
3 matches
Mail list logo