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

2020-11-23 Thread Jiawei(Jonny) Wang
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > Sent: Monday, November 23, 2020 6:23 PM > To: Jiawei(Jonny) Wang ; wenzhuo...@intel.com; > beilei.x...@intel.com; bernard.iremon...@intel.com; Ori Kam > ; Slava Ovsiienko ; NBU- > Contact-Thomas Monjalon ; Raslan Darawsheh > > Cc: de

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

2020-11-23 Thread Ferruh Yigit
On 11/23/2020 6:13 AM, Jiawei(Jonny) Wang wrote: Hi Ferruh, -Original Message- From: Ferruh Yigit Sent: Saturday, November 21, 2020 1:50 AM To: Jiawei(Jonny) Wang ; wenzhuo...@intel.com; beilei.x...@intel.com; bernard.iremon...@intel.com; Ori Kam ; Slava Ovsiienko ; NBU- Contact-Thomas

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

2020-11-22 Thread Jiawei(Jonny) Wang
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > Sent: Saturday, November 21, 2020 1:50 AM > To: Jiawei(Jonny) Wang ; wenzhuo...@intel.com; > beilei.x...@intel.com; bernard.iremon...@intel.com; Ori Kam > ; Slava Ovsiienko ; NBU- > Contact-Thomas Monjalon ; Raslan Darawsheh > > Cc:

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

2020-11-20 Thread Ferruh Yigit
On 11/20/2020 5:35 PM, 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 queu

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

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