Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd packets dump overlapping

2020-11-13 Thread Jiawei(Jonny) Wang
t; ; Raslan Darawsheh > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd packets dump > overlapping > > On 11/12/2020 8:36 AM, Jiawei Wang wrote: > > When testpmd enabled the verbosity for the received packets, if two > > packets was receive

Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd packets dump overlapping

2020-11-12 Thread Ferruh Yigit
On 11/12/2020 8:36 AM, Jiawei Wang wrote: When testpmd enabled the verbosity for the received packets, if two packets was received at the same time, for example, sampling packet and normal packet, the dump output of these packets may be overlapping due to multiple core handled the multiple queues

[dpdk-dev] [PATCH] app/testpmd: fix testpmd packets dump overlapping

2020-11-12 Thread Jiawei Wang
When testpmd enabled the verbosity for the received packets, if two packets was received at the same time, for example, sampling packet and normal packet, the dump output of these packets may be overlapping due to multiple core handled the multiple queues simultaneously. The patch uses one string