Re: [dpdk-dev] [PATCH] app/testpmd: fix crash of txonly with multiple segments

2018-01-09 Thread Thomas Monjalon
> > Running txonly mode can crash with "--txpkts=20,470". copy_len should be > > properly adjusted. > > > > Fixes: af75078fece3 ("first public release") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Yongseok Koh > Acked-by: Wenzhuo Lu Applied, thanks

Re: [dpdk-dev] [PATCH] app/testpmd: fix crash of txonly with multiple segments

2018-01-04 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yongseok Koh > Sent: Wednesday, December 27, 2017 11:52 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; Yongseok Koh ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] app/testpmd: fix crash of tx

[dpdk-dev] [PATCH] app/testpmd: fix crash of txonly with multiple segments

2017-12-26 Thread Yongseok Koh
Running txonly mode can crash with "--txpkts=20,470". copy_len should be properly adjusted. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Yongseok Koh --- app/test-pmd/txonly.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test-pmd/txonly.c b/app/test