public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan][PATCH iwl-net 0/2] idpf: queue based scheduling fixes
@ 2026-04-06 23:32 Joshua Hay
  2026-04-06 23:32 ` [Intel-wired-lan][PATCH iwl-net 1/2] idpf: do not enable XDP if queue based scheduling is not supported Joshua Hay
  2026-04-06 23:32 ` [Intel-wired-lan][PATCH iwl-net 2/2] idpf: fix skb datapath queue based scheduling crashes and timeouts Joshua Hay
  0 siblings, 2 replies; 4+ messages in thread
From: Joshua Hay @ 2026-04-06 23:32 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: netdev

This series fixes some TxQ scheduling mode issues exposed by recent FW
changes. 

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

Patch 2 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 (2):
  idpf: do not enable XDP if queue based scheduling is not supported
  idpf: fix skb datapath queue based scheduling crashes and timeouts

 drivers/net/ethernet/intel/idpf/idpf_txrx.c | 49 +++++++++++++--------
 drivers/net/ethernet/intel/idpf/idpf_txrx.h |  6 ++-
 drivers/net/ethernet/intel/idpf/xdp.c       |  7 +++
 3 files changed, 43 insertions(+), 19 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2026-04-08  6:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-06 23:32 [Intel-wired-lan][PATCH iwl-net 0/2] idpf: queue based scheduling fixes Joshua Hay
2026-04-06 23:32 ` [Intel-wired-lan][PATCH iwl-net 1/2] idpf: do not enable XDP if queue based scheduling is not supported Joshua Hay
2026-04-06 23:32 ` [Intel-wired-lan][PATCH iwl-net 2/2] idpf: fix skb datapath queue based scheduling crashes and timeouts Joshua Hay
2026-04-08  6:37   ` [Intel-wired-lan] [PATCH " Loktionov, Aleksandr

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