mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2024-06-11 (i40e, ice)

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

Message

Tony Nguyen June 11, 2024, 6:42 p.m. UTC
This series contains updates to i40e and ice drivers.

Michal fixes an issue when an XDP program is unloaded via rmmod on i40e.

En-Wei Wu resolves IRQ collision during suspend for ice.

Paul corrects 200Gbps speed being reported as unknown for ice.

Wojciech adds retry mechanism when package download fails on ice.

The following are changes since commit 36534d3c54537bf098224a32dc31397793d4594d:
  tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

En-Wei Wu (1):
  ice: avoid IRQ collision to fix init failure on ACPI S3 resume

Michal Kubiak (1):
  i40e: Fix XDP program unloading while removing the driver

Paul Greenwalt (1):
  ice: fix 200G link speed message log

Wojciech Drewek (1):
  ice: implement AQ download pkg retry

 drivers/net/ethernet/intel/i40e/i40e_main.c | 19 ++++++++++++-----
 drivers/net/ethernet/intel/ice/ice_ddp.c    | 23 +++++++++++++++++++--
 drivers/net/ethernet/intel/ice/ice_main.c   | 10 ++++++++-
 3 files changed, 44 insertions(+), 8 deletions(-)