netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v4 0/2][pull request] Intel Wired LAN Driver Updates 2023-01-27 (ice)
@ 2023-01-27 22:53 Tony Nguyen
  2023-01-27 22:53 ` [PATCH net v4 1/2] ice: Prevent set_channel from changing queues while RDMA active Tony Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tony Nguyen @ 2023-01-27 22:53 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev, leonro

This series contains updates to ice driver only.

Dave prevents modifying channels when RDMA is active as this will break
RDMA traffic.

Michal fixes a broken URL.
---
v4:
- Protect driver with device_lock; send variable down the call chain to
  avoid double lock
- Change returned error from -EINVAL to -EBUSY

v3: https://lore.kernel.org/netdev/20230120211231.431147-1-anthony.l.nguyen@intel.com/
- Reduced scope of lock in patch 1 to avoid double lock
- Dropped, previous, patch 2

v2: https://lore.kernel.org/netdev/20230103230738.1102585-1-anthony.l.nguyen@intel.com/
- Dropped, previous, patch 1.
- Replace RDMA patch to disallow change instead of replugging aux device

v1: https://lore.kernel.org/netdev/20221207211040.1099708-1-anthony.l.nguyen@intel.com/

The following are changes since commit 7083df59abbc2b7500db312cac706493be0273ff:
  net: mdio-mux-meson-g12a: force internal PHY off on mux switch
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Dave Ertman (1):
  ice: Prevent set_channel from changing queues while RDMA active

Michal Wilczynski (1):
  ice: Fix broken link in ice NAPI doc

 .../device_drivers/ethernet/intel/ice.rst     |  2 +-
 drivers/net/ethernet/intel/ice/ice.h          |  2 +-
 drivers/net/ethernet/intel/ice/ice_dcb_lib.c  | 23 ++++++++-------
 drivers/net/ethernet/intel/ice/ice_dcb_lib.h  |  4 +--
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 28 ++++++++++++++++---
 drivers/net/ethernet/intel/ice/ice_main.c     |  5 ++--
 6 files changed, 44 insertions(+), 20 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-01-31  5:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27 22:53 [PATCH net v4 0/2][pull request] Intel Wired LAN Driver Updates 2023-01-27 (ice) Tony Nguyen
2023-01-27 22:53 ` [PATCH net v4 1/2] ice: Prevent set_channel from changing queues while RDMA active Tony Nguyen
2023-01-30  9:12   ` Leon Romanovsky
2023-01-27 22:53 ` [PATCH net v4 2/2] ice: Fix broken link in ice NAPI doc Tony Nguyen
2023-01-31  5:10 ` [PATCH net v4 0/2][pull request] Intel Wired LAN Driver Updates 2023-01-27 (ice) patchwork-bot+netdevbpf

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).