[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250530211221.2170484-1-anthony.l.nguyen@intel.com>
Date: Fri, 30 May 2025 14:12:14 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
andrew+netdev@...n.ch,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-05-30 (ice, idpf)
For ice:
Michal resolves XDP issues related to Tx scheduler configuration with
large number of Tx queues.
Additional information:
https://lore.kernel.org/intel-wired-lan/20250513105529.241745-1-michal.kubiak@intel.com/
For idpf:
Brian Vazquez updates netif_subqueue_maybe_stop() condition check to
prevent possible races.
Emil shuts down virtchannel mailbox during reset to reduce timeout
delays as it's unavailable during that time.
The following are changes since commit d3faab9b5a6a0477d69c38bd11c43aa5e936f929:
net: usb: aqc111: debug info before sanitation
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Brian Vazquez (1):
idpf: fix a race in txq wakeup
Emil Tantilov (1):
idpf: avoid mailbox timeout delays during reset
Michal Kubiak (3):
ice: fix Tx scheduler error handling in XDP callback
ice: create new Tx scheduler nodes for new queues only
ice: fix rebuilding the Tx scheduler tree for large queue counts
drivers/net/ethernet/intel/ice/ice_main.c | 47 +++--
drivers/net/ethernet/intel/ice/ice_sched.c | 181 ++++++++++++++----
drivers/net/ethernet/intel/idpf/idpf_lib.c | 18 +-
.../ethernet/intel/idpf/idpf_singleq_txrx.c | 9 +-
drivers/net/ethernet/intel/idpf/idpf_txrx.c | 45 ++---
drivers/net/ethernet/intel/idpf/idpf_txrx.h | 8 -
.../net/ethernet/intel/idpf/idpf_virtchnl.c | 2 +-
.../net/ethernet/intel/idpf/idpf_virtchnl.h | 1 +
8 files changed, 218 insertions(+), 93 deletions(-)
--
2.47.1
Powered by blists - more mailing lists