mbox series

[net,0/5,pull,request] Intel Wired LAN Driver Updates 2024-09-09 (ice, igb)

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

Message

Tony Nguyen Sept. 9, 2024, 8:38 p.m. UTC
This series contains updates to ice and igb drivers.

Martyna moves LLDP rule removal to the proper uninitialization function
for ice.

Jake corrects accounting logic for FWD_TO_VSI_LIST switch filters on
ice.

Przemek removes incorrect, explicit calls to pci_disable_device() for
ice.

Michal Schmidt stops incorrect use of VSI list for VLAN use on ice.

Sriram Yagnaraman adjusts igb_xdp_ring_update_tail() to be called under
Tx lock on igb.

The following are changes since commit b3c9e65eb227269ed72a115ba22f4f51b4e62b4d:
  net: hsr: remove seqnr_lock
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Jacob Keller (1):
  ice: fix accounting for filters shared by multiple VSIs

Martyna Szapar-Mudlaw (1):
  ice: Fix lldp packets dropping after changing the number of channels

Michal Schmidt (1):
  ice: fix VSI lists confusion when adding VLANs

Przemek Kitszel (1):
  ice: stop calling pci_disable_device() as we use pcim

Sriram Yagnaraman (1):
  igb: Always call igb_xdp_ring_update_tail() under Tx lock

 drivers/net/ethernet/intel/ice/ice_lib.c    | 15 ++++++++-------
 drivers/net/ethernet/intel/ice/ice_main.c   |  2 --
 drivers/net/ethernet/intel/ice/ice_switch.c |  4 ++--
 drivers/net/ethernet/intel/igb/igb_main.c   | 17 +++++++++++++----
 4 files changed, 23 insertions(+), 15 deletions(-)

Comments

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

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

On Mon,  9 Sep 2024 13:38:36 -0700 you wrote:
> This series contains updates to ice and igb drivers.
> 
> Martyna moves LLDP rule removal to the proper uninitialization function
> for ice.
> 
> Jake corrects accounting logic for FWD_TO_VSI_LIST switch filters on
> ice.
> 
> [...]

Here is the summary with links:
  - [net,1/5] ice: Fix lldp packets dropping after changing the number of channels
    https://git.kernel.org/netdev/net/c/9debb703e149
  - [net,2/5] ice: fix accounting for filters shared by multiple VSIs
    https://git.kernel.org/netdev/net/c/e843cf7b34fe
  - [net,3/5] ice: stop calling pci_disable_device() as we use pcim
    https://git.kernel.org/netdev/net/c/e6501fc38a75
  - [net,4/5] ice: fix VSI lists confusion when adding VLANs
    https://git.kernel.org/netdev/net/c/d2940002b0aa
  - [net,5/5] igb: Always call igb_xdp_ring_update_tail() under Tx lock
    https://git.kernel.org/netdev/net/c/27717f8b17c0

You are awesome, thank you!