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

2020-11-23 Thread Ferruh Yigit
On 11/23/2020 11:00 AM, Jiawei Wang wrote: When testpmd enabled the verbosity for the received packets, if two packets were 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 handling the multiple que

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

2020-11-23 Thread Jiawei Wang
When testpmd enabled the verbosity for the received packets, if two packets were 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 handling the multiple queues simultaneously. The patch uses one strin