mbox series

[net,0/7,pull,request] Intel Wired LAN Driver Updates 2024-10-08 (ice, i40e, igb, e1000e)

Message ID 20241008230050.928245-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-10-08 (ice, i40e, igb, e1000e) | expand

Message

Tony Nguyen Oct. 8, 2024, 11 p.m. UTC
This series contains updates to ice, i40e, igb, and e1000e drivers.

For ice:

Marcin allows driver to load, into safe mode, when DDP package is
missing or corrupted and adjusts the netif_is_ice() check to
account for when the device is in safe mode. He also fixes an
out-of-bounds issue when MSI-X are increased for VFs.

Wojciech clears FDB entries on reset to match the hardware state.

For i40e:

Aleksandr adds locking around MACVLAN filters to prevent memory leaks
due to concurrency issues.

For igb:

Mohamed Khalfella adds a check to not attempt to bring up an already
running interface on non-fatal PCIe errors.

For e1000e:

Vitaly changes board type for I219 to more closely match the hardware
and stop PHY issues.

The following are changes since commit 1fd9e4f257827d939cc627541f12fc4bdd979eb1:
  selftests: make kselftest-clean remove libynl outputs
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Aleksandr Loktionov (1):
  i40e: Fix macvlan leak by synchronizing access to mac_filter_hash

Marcin Szycik (3):
  ice: Fix entering Safe Mode
  ice: Fix netif_is_ice() in Safe Mode
  ice: Fix increasing MSI-X on VF

Mohamed Khalfella (1):
  igb: Do not bring the device up after non-fatal error

Vitaly Lifshits (1):
  e1000e: change I219 (19) devices to ADP

Wojciech Drewek (1):
  ice: Flush FDB entries before reset

 drivers/net/ethernet/intel/e1000e/hw.h        |  4 +--
 drivers/net/ethernet/intel/e1000e/netdev.c    |  4 +--
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  1 +
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    |  2 ++
 .../net/ethernet/intel/ice/ice_eswitch_br.c   |  5 ++-
 .../net/ethernet/intel/ice/ice_eswitch_br.h   |  1 +
 drivers/net/ethernet/intel/ice/ice_main.c     | 31 ++++---------------
 drivers/net/ethernet/intel/ice/ice_sriov.c    | 11 +++++--
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   |  2 +-
 .../ethernet/intel/ice/ice_vf_lib_private.h   |  1 -
 drivers/net/ethernet/intel/igb/igb_main.c     |  4 +++
 11 files changed, 31 insertions(+), 35 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 10, 2024, 3:10 a.m. UTC | #1
Hello:

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

On Tue,  8 Oct 2024 16:00:38 -0700 you wrote:
> This series contains updates to ice, i40e, igb, and e1000e drivers.
> 
> For ice:
> 
> Marcin allows driver to load, into safe mode, when DDP package is
> missing or corrupted and adjusts the netif_is_ice() check to
> account for when the device is in safe mode. He also fixes an
> out-of-bounds issue when MSI-X are increased for VFs.
> 
> [...]

Here is the summary with links:
  - [net,1/7] ice: Fix entering Safe Mode
    https://git.kernel.org/netdev/net/c/b972060a4778
  - [net,2/7] ice: Fix netif_is_ice() in Safe Mode
    https://git.kernel.org/netdev/net/c/8e60dbcbaaa1
  - [net,3/7] ice: Flush FDB entries before reset
    https://git.kernel.org/netdev/net/c/fbcb968a98ac
  - [net,4/7] ice: Fix increasing MSI-X on VF
    https://git.kernel.org/netdev/net/c/bce9af1b030b
  - [net,5/7] i40e: Fix macvlan leak by synchronizing access to mac_filter_hash
    https://git.kernel.org/netdev/net/c/dac6c7b3d337
  - [net,6/7] igb: Do not bring the device up after non-fatal error
    https://git.kernel.org/netdev/net/c/330a699ecbfc
  - [net,7/7] e1000e: change I219 (19) devices to ADP
    https://git.kernel.org/netdev/net/c/9d9e5347b035

You are awesome, thank you!