[PATCH 0/3] fix Rx and Tx queue status get
Qiming Yang
qiming.yang at intel.com
Wed Jul 12 09:42:12 CEST 2023
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.
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
More information about the dev
mailing list