RE: [PATCH v2 0/3] fix Rx and Tx queue status get

2023-07-13 Thread Zhang, Qi Z
> -Original Message- > From: Yang, Qiming > Sent: Wednesday, July 12, 2023 4:32 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Yang, Qiming > Subject: [PATCH v2 0/3] fix Rx and Tx queue status get > > Some Intel drivers not support queue sta

[PATCH v2 0/3] fix Rx and Tx queue status get

2023-07-12 Thread Qiming Yang
Some Intel drivers not support queue start/stop ops, it will caused application can't get correct queue status and can't forward packets. This patchset fixed the issue by updating the queue states when the queue is disabled or enabled. This issue related commit 141a520b35f7 app/testpmd: fix primary