mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2024-03-25 (ice, ixgbe, igc)

Message ID 20240325200659.993749-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-03-25 (ice, ixgbe, igc) | expand

Message

Tony Nguyen March 25, 2024, 8:06 p.m. UTC
This series contains updates to ice, ixgbe, and igc drivers.

Steven fixes incorrect casting of bitmap type for ice driver.

Jesse fixes memory corruption issue with suspend flow on ice.

Przemek adds GFP_ATOMIC flag to avoid sleeping in IRQ context for ixgbe.

Kurt Kanzenbach removes no longer valid comment on igc.

The following are changes since commit c2deb2e971f5d9aca941ef13ee05566979e337a4:
  net: mark racy access on sk->sk_rcvbuf
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Jesse Brandeburg (1):
  ice: fix memory corruption bug with suspend and rebuild

Kurt Kanzenbach (1):
  igc: Remove stale comment about Tx timestamping

Przemek Kitszel (1):
  ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()

Steven Zou (1):
  ice: Refactor FW data type and fix bitmap casting issue

 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  3 ++-
 drivers/net/ethernet/intel/ice/ice_lag.c      |  4 ++--
 drivers/net/ethernet/intel/ice/ice_lib.c      | 18 +++++++-------
 drivers/net/ethernet/intel/ice/ice_switch.c   | 24 +++++++++++--------
 drivers/net/ethernet/intel/ice/ice_switch.h   |  4 ++--
 drivers/net/ethernet/intel/igc/igc_main.c     |  4 ----
 .../net/ethernet/intel/ixgbe/ixgbe_ipsec.c    | 16 ++++++-------
 7 files changed, 37 insertions(+), 36 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 27, 2024, 4:09 a.m. UTC | #1
Hello:

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

On Mon, 25 Mar 2024 13:06:44 -0700 you wrote:
> This series contains updates to ice, ixgbe, and igc drivers.
> 
> Steven fixes incorrect casting of bitmap type for ice driver.
> 
> Jesse fixes memory corruption issue with suspend flow on ice.
> 
> Przemek adds GFP_ATOMIC flag to avoid sleeping in IRQ context for ixgbe.
> 
> [...]

Here is the summary with links:
  - [net,1/4] ice: Refactor FW data type and fix bitmap casting issue
    https://git.kernel.org/netdev/net/c/817b18965b58
  - [net,2/4] ice: fix memory corruption bug with suspend and rebuild
    https://git.kernel.org/netdev/net/c/1cb7fdb1dfde
  - [net,3/4] ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()
    https://git.kernel.org/netdev/net/c/aec806fb4afb
  - [net,4/4] igc: Remove stale comment about Tx timestamping
    https://git.kernel.org/netdev/net/c/47ce2956c7a6

You are awesome, thank you!