mbox series

[net-next,0/6,pull,request] Intel Wired LAN Driver Updates 2024-06-28 (MAINTAINERS, ice)

Message ID 20240628201328.2738672-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-06-28 (MAINTAINERS, ice) | expand

Message

Tony Nguyen June 28, 2024, 8:13 p.m. UTC
This series contains updates to MAINTAINERS file and ice driver.

Jesse replaces himself with Przemek in the maintainers file.

Karthik Sundaravel adds support for VF get/set MAC address via devlink.

Eric checks for errors from ice_vsi_rebuild() during queue
reconfiguration.

Paul adjusts FW API version check for E830 devices.

Piotr adds differentiation of unload type when shutting down AdminQ.

Przemek changes ice_adapter initialization to occur once per physical
card.

The following are changes since commit 748e3bbf47212d5e2e22d731328b0c15ee3b85ae:
  Merge branch 'net-selftests-mirroring-cleanup' into main
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Eric Joyner (1):
  ice: Check all ice_vsi_rebuild() errors in function

Jesse Brandeburg (1):
  MAINTAINERS: update Intel Ethernet maintainers

Karthik Sundaravel (1):
  ice: Add get/set hw address for VFs using devlink commands

Paul Greenwalt (1):
  ice: Allow different FW API versions based on MAC type

Piotr Gardocki (1):
  ice: Distinguish driver reset and removal for AQ shutdown

Przemek Kitszel (1):
  ice: do not init struct ice_adapter more times than needed

 MAINTAINERS                                   |  2 +-
 .../ethernet/intel/ice/devlink/devlink_port.c | 59 +++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_adapter.c  | 60 +++++++++----------
 drivers/net/ethernet/intel/ice/ice_common.h   |  2 +-
 drivers/net/ethernet/intel/ice/ice_controlq.c | 30 ++++++----
 drivers/net/ethernet/intel/ice/ice_controlq.h | 15 ++++-
 drivers/net/ethernet/intel/ice/ice_main.c     | 19 ++++--
 drivers/net/ethernet/intel/ice/ice_sriov.c    | 34 ++++++++---
 drivers/net/ethernet/intel/ice/ice_sriov.h    |  8 +++
 9 files changed, 165 insertions(+), 64 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 1, 2024, 12:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Fri, 28 Jun 2024 13:13:18 -0700 you wrote:
> This series contains updates to MAINTAINERS file and ice driver.
> 
> Jesse replaces himself with Przemek in the maintainers file.
> 
> Karthik Sundaravel adds support for VF get/set MAC address via devlink.
> 
> Eric checks for errors from ice_vsi_rebuild() during queue
> reconfiguration.
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] MAINTAINERS: update Intel Ethernet maintainers
    https://git.kernel.org/netdev/net-next/c/28cf7829a77f
  - [net-next,2/6] ice: Add get/set hw address for VFs using devlink commands
    https://git.kernel.org/netdev/net-next/c/4dbb4f9b8fc6
  - [net-next,3/6] ice: Check all ice_vsi_rebuild() errors in function
    https://git.kernel.org/netdev/net-next/c/d47bf9a495cf
  - [net-next,4/6] ice: Allow different FW API versions based on MAC type
    https://git.kernel.org/netdev/net-next/c/7dfefd0b9048
  - [net-next,5/6] ice: Distinguish driver reset and removal for AQ shutdown
    https://git.kernel.org/netdev/net-next/c/fdd288e9b764
  - [net-next,6/6] ice: do not init struct ice_adapter more times than needed
    https://git.kernel.org/netdev/net-next/c/0f0023c649c7

You are awesome, thank you!