[dpdk-dev] [PATCH] testpmd: Fix wrong message when no port started

2015-03-25 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, March 23, 2015 1:53 PM > To: Qiu, Michael; De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] testpmd: Fix wrong message when no port > sta

[dpdk-dev] [PATCH] testpmd: Fix wrong message when no port started

2015-03-23 Thread Thomas Monjalon
Pablo, what is your opinion on this patch? 2015-02-03 16:37, Michael Qiu: > The log message is wrong when no port started. > > Signed-off-by: Michael Qiu > --- > app/test-pmd/testpmd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/app/test-pmd/testpmd.c b/app/test-pm

[dpdk-dev] [PATCH] testpmd: Fix wrong message when no port started

2015-02-03 Thread Michael Qiu
The log message is wrong when no port started. Signed-off-by: Michael Qiu --- app/test-pmd/testpmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c index 773b8af..ebf9448 100644 --- a/app/test-pmd/testpmd.c +++ b/app/test-pmd/t