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

2020-11-19 Thread Ferruh Yigit
Darawsheh Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix testpmd packets dump overlapping On 11/14/2020 12:01 PM, 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

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

2020-11-18 Thread Jiawei(Jonny) Wang
h > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix testpmd packets dump > overlapping > > On 11/14/2020 12:01 PM, Jiawei Wang wrote: > > When testpmd enabled the verbosity for the received packets, if two > > packets was received at the same time, for exa

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

2020-11-17 Thread Ferruh Yigit
On 11/14/2020 12:01 PM, 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 queue

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

2020-11-14 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