[dpdk-dev] [PATCH] testpmd: Fix segmentation fault when portmask is specified

2015-02-28 Thread Fu, JingguoX
] On Behalf Of Tetsuya Mukawa Sent: Friday, February 27, 2015 15:16 To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] testpmd: Fix segmentation fault when portmask is specified If testpmd is invoked with portmask option like below, segmentation fault will be occured. This patch fixes the issue

[dpdk-dev] [PATCH] testpmd: Fix segmentation fault when portmask is specified

2015-02-28 Thread Thomas Monjalon
> > If testpmd is invoked with portmask option like below, segmentation > > fault will be occured. This patch fixes the issue. > > > > Reported-by: De Lara Guarch, Pablo > > Signed-off-by: Tetsuya Mukawa > > Acked-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH] testpmd: Fix segmentation fault when portmask is specified

2015-02-27 Thread Tetsuya Mukawa
If testpmd is invoked with portmask option like below, segmentation fault will be occured. This patch fixes the issue. Reported-by: De Lara Guarch, Pablo Signed-off-by: Tetsuya Mukawa --- app/test-pmd/testpmd.c | 37 +++-- 1 file changed, 23 insertions(+), 14 del

[dpdk-dev] [PATCH] testpmd: Fix segmentation fault when portmask is specified

2015-02-27 Thread De Lara Guarch, Pablo
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Friday, February 27, 2015 7:16 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Tetsuya Mukawa > Subject: [PATCH] testpmd: Fix segmentation fault when portmask is > specified > > If testpmd is invoked