[dpdk-dev] [PATCH] testpmd: Fix action of operationg invalid port

2015-03-09 Thread Tetsuya Mukawa
On 2015/03/09 15:05, Michael Qiu wrote: > Currently, if try to start/stop/close one invalid prot, > no error shows in testpmd. > This is a bug, need check the port number. > > Signed-off-by: Michael Qiu > --- > app/test-pmd/config.c | 3 +++ > app/test-pmd/testpmd.c | 14 -- > 2

[dpdk-dev] [PATCH] testpmd: Fix action of operationg invalid port

2015-03-09 Thread Michael Qiu
Currently, if try to start/stop/close one invalid prot, no error shows in testpmd. This is a bug, need check the port number. Signed-off-by: Michael Qiu --- app/test-pmd/config.c | 3 +++ app/test-pmd/testpmd.c | 14 -- 2 files changed, 15 insertions(+), 2 deletions(-) diff

[dpdk-dev] [PATCH] testpmd: Fix action of operationg invalid port

2015-03-09 Thread Thomas Monjalon
> > Currently, if try to start/stop/close one invalid prot, > > no error shows in testpmd. > > This is a bug, need check the port number. > > > > Signed-off-by: Michael Qiu > > Acked-by: Tetsuya Mukawa Applied, thanks