[dpdk-dev] [PATCH] app/test-pmd: Fix log issue without nic binded

2015-03-09 Thread Thomas Monjalon
> > As hotplug has been enabled, start the testpmd with no nic binded > > will show one error log "Please stop the ports first": > > > > Interactive-mode selected > > Please stop the ports first > > Done > > testpmd> > > > > This issue is cause by the logic of check link status. > > > > Signed-o

[dpdk-dev] [PATCH] app/test-pmd: Fix log issue without nic binded

2015-03-06 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Michael Qiu > Sent: Monday, March 02, 2015 8:32 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] app/test-pmd: Fix log issue without nic binded > > As hotplug has been enabled, star

[dpdk-dev] [PATCH] app/test-pmd: Fix log issue without nic binded

2015-03-05 Thread Qiu, Michael
Hi, all What about this patch? Thanks, Michael On 3/2/2015 4:31 PM, Qiu, Michael wrote: > As hotplug has been enabled, start the testpmd with no nic binded > will show one error log "Please stop the ports first": > > Interactive-mode selected > Please stop the ports first > Done > testpmd> > >

[dpdk-dev] [PATCH] app/test-pmd: Fix log issue without nic binded

2015-03-02 Thread Michael Qiu
As hotplug has been enabled, start the testpmd with no nic binded will show one error log "Please stop the ports first": Interactive-mode selected Please stop the ports first Done testpmd> This issue is cause by the logic of check link status. Signed-off-by: Michael Qiu --- app/test-pmd/testpm