DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fix Rx and Tx queue status get
@ 2023-07-12  8:31 Qiming Yang
  2023-07-12  8:31 ` [PATCH v2 1/3] net/ixgbevf: " Qiming Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Qiming Yang @ 2023-07-12  8:31 UTC (permalink / raw)
  To: dev; +Cc: beilei.xing, qi.z.zhang, 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 process not polling all queues

---
v2 changes: add CC stable@dpdk.org

Qiming Yang (3):
  net/ixgbevf: fix Rx and Tx queue status get
  net/igc: fix Rx and Tx queue status get
  net/e1000: fix Rx and Tx queue status

 drivers/net/e1000/igb_rxtx.c   | 4 ++++
 drivers/net/igc/igc_txrx.c     | 4 ++++
 drivers/net/ixgbe/ixgbe_rxtx.c | 6 ++++++
 3 files changed, 14 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-14  3:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-12  8:31 [PATCH v2 0/3] fix Rx and Tx queue status get Qiming Yang
2023-07-12  8:31 ` [PATCH v2 1/3] net/ixgbevf: " Qiming Yang
2023-07-12  8:31 ` [PATCH v2 2/3] net/igc: " Qiming Yang
2023-07-12  8:31 ` [PATCH v2 3/3] net/e1000: fix Rx and Tx queue status Qiming Yang
2023-07-14  3:08 ` [PATCH v2 0/3] fix Rx and Tx queue status get Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).