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

Ferruh Yigit ferruh.yigit at amd.com
Thu Jul 6 12:23:54 CEST 2023


On 7/6/2023 10:24 AM, Jiale, SongX wrote:
>> -----Original Message-----
>> From: Ferruh Yigit <ferruh.yigit at amd.com>
>> Sent: Wednesday, July 5, 2023 10:32 PM
>> To: Singh, Aman Deep <aman.deep.singh at intel.com>; Zhang, Yuying
>> <yuying.zhang at intel.com>; Burakov, Anatoly <anatoly.burakov at intel.com>;
>> Jie Hai <haijie1 at huawei.com>
>> Cc: dev at dpdk.org; Thomas Monjalon <thomas at monjalon.net>; David
>> Marchand <david.marchand at redhat.com>; stable at dpdk.org; Jiale, SongX
>> <songx.jiale at intel.com>; Yang, Qiming <qiming.yang at 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 on queues in started state, but some drivers don't
>> update queue status properly, and this breaks forwarding for those drivers.
>>
>> Drivers should be fixed but more time is required to verify drivers again,
>> instead reverting [2] for now to not break drivers.
>> Target is to merge [2] back at the beginning of next release cycle and fix
>> drivers accordingly.
>>
>> [1]
>> Bugzilla ID: 1259
>>
>> [2]
>> Fixes: 141a520b35f7 ("app/testpmd: fix primary process not polling all
>> queues")
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Ferruh Yigit <ferruh.yigit at amd.com>
>> ---
>
> Tested-by: Jiale Song <songx.jiale at intel.com>
>
> Tested-by: Ali Alnubani <alialnu at nvidia.com>
>

Applied to dpdk-next-net/main, thanks.


More information about the stable mailing list