Netdev List
 help / color / mirror / Atom feed
* [Intel-wired-lan][PATCH net v2 0/3] idpf: queue based scheduling fixes
@ 2026-06-02 17:20 Joshua Hay
  2026-06-02 17:20 ` [Intel-wired-lan][PATCH net v2 1/3] idpf: do not enable XDP if queue based scheduling is not supported Joshua Hay
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Joshua Hay @ 2026-06-02 17:20 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: netdev

This series fixes some TxQ scheduling mode issues exposed by recent FW
changes, as well as some issues reported by Sashiko.

Patch 1 prevents XDP from being enabled if queue based scheduling is not
supported by the firmware.

Patch 2 fixes a data race when accessing next_to_clean in
IDPF_DESC_UNUSED. 

Patch 3 fixes a NULL ptr dereference in the Tx path when queue based
scheduling is enabled, and also adds support to process both 4 and 8
byte completion descriptors to avoid timeouts in queue based scheduling
mode.


Joshua Hay (3):
  idpf: do not enable XDP if queue based scheduling is not supported
  idpf: fix next_to_clean data races
  idpf: fix skb datapath queue based scheduling crashes and timeouts

 .../ethernet/intel/idpf/idpf_singleq_txrx.c   |  3 +-
 drivers/net/ethernet/intel/idpf/idpf_txrx.c   | 60 ++++++++++++-------
 drivers/net/ethernet/intel/idpf/idpf_txrx.h   | 15 +++--
 drivers/net/ethernet/intel/idpf/xdp.c         | 10 ++++
 4 files changed, 62 insertions(+), 26 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2026-06-10 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-02 17:20 [Intel-wired-lan][PATCH net v2 0/3] idpf: queue based scheduling fixes Joshua Hay
2026-06-02 17:20 ` [Intel-wired-lan][PATCH net v2 1/3] idpf: do not enable XDP if queue based scheduling is not supported Joshua Hay
2026-06-10 13:52   ` [Intel-wired-lan] [PATCH " Alexander Lobakin
2026-06-02 17:20 ` [Intel-wired-lan][PATCH net v2 2/3] idpf: fix next_to_clean data races Joshua Hay
2026-06-02 17:20 ` [Intel-wired-lan][PATCH net v2 3/3] idpf: fix skb datapath queue based scheduling crashes and timeouts Joshua Hay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox