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

2021-01-20 Thread Ferruh Yigit
On 1/20/2021 6:50 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 queue

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

2021-01-19 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