Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-06-11 (i40e, ice)
@ 2024-06-11 18:42 Tony Nguyen
  2024-06-11 18:42 ` [PATCH net 1/4] i40e: Fix XDP program unloading while removing the driver Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tony Nguyen @ 2024-06-11 18:42 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

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(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-11 19:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 18:42 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-06-11 (i40e, ice) Tony Nguyen
2024-06-11 18:42 ` [PATCH net 1/4] i40e: Fix XDP program unloading while removing the driver Tony Nguyen
2024-06-11 18:57   ` Michal Kubiak
2024-06-11 19:03     ` Tony Nguyen
2024-06-11 18:42 ` [PATCH net 2/4] ice: avoid IRQ collision to fix init failure on ACPI S3 resume Tony Nguyen
2024-06-11 18:42 ` [PATCH net 3/4] ice: fix 200G link speed message log Tony Nguyen
2024-06-11 18:42 ` [PATCH net 4/4] ice: implement AQ download pkg retry Tony Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox