Re: [PATCH] app/testpmd: revert primary process polling all queues fix

2023-07-06 Thread Ferruh Yigit
David >> Marchand ; sta...@dpdk.org; Jiale, SongX >> ; Yang, Qiming >> Subject: [PATCH] app/testpmd: revert primary process polling all queues fix >> >> For some drivers [1], testpmd forwarding is broken with commit [2]. >> >> This is because with [2] test

RE: [PATCH] app/testpmd: revert primary process polling all queues fix

2023-07-06 Thread Ali Alnubani
x.ji...@intel.com; qiming.y...@intel.com > Subject: [PATCH] app/testpmd: revert primary process polling all queues fix > > For some drivers [1], testpmd forwarding is broken with commit [2]. > > This is because with [2] testpmd gets queue state from ethdev and > forwarding is done only

RE: [PATCH] app/testpmd: revert primary process polling all queues fix

2023-07-06 Thread Jiale, SongX
ing > Subject: [PATCH] app/testpmd: revert primary process polling all queues fix > > For some drivers [1], testpmd forwarding is broken with commit [2]. > > This is because with [2] testpmd gets queue state from ethdev and > forwarding is done only on queues in started state,

Re: [PATCH] app/testpmd: revert primary process polling all queues fix

2023-07-05 Thread Ferruh Yigit
On 7/5/2023 3:32 PM, Ferruh Yigit wrote: > For some drivers [1], testpmd forwarding is broken with commit [2]. > > This is because with [2] testpmd gets queue state from ethdev and > forwarding is done only on queues in started state, but some drivers > don't update queue status properly, and this

[PATCH] app/testpmd: revert primary process polling all queues fix

2023-07-05 Thread Ferruh Yigit
For some drivers [1], testpmd forwarding is broken with commit [2]. This is because with [2] testpmd gets queue state from ethdev and forwarding is done only on queues in started state, but some drivers don't update queue status properly, and this breaks forwarding for those drivers. Drivers shou