mbox series

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

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

Message

Tony Nguyen June 13, 2024, 3:45 p.m. UTC
This series contains updates to ice driver only.

En-Wei Wu resolves IRQ collision during suspend.

Paul corrects 200Gbps speed being reported as unknown.

Wojciech adds retry mechanism when package download fails.
---
v2:
- Drop, previous, patch 1

v1: https://lore.kernel.org/netdev/20240611184239.1518418-1-anthony.l.nguyen@intel.com/

The following are changes since commit a9b9741854a9fe9df948af49ca5514e0ed0429df:
  bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()
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

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

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

 drivers/net/ethernet/intel/ice/ice_ddp.c  | 23 +++++++++++++++++++++--
 drivers/net/ethernet/intel/ice/ice_main.c | 10 +++++++++-
 2 files changed, 30 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 15, 2024, 2:20 a.m. UTC | #1
Hello:

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

On Thu, 13 Jun 2024 08:45:07 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> En-Wei Wu resolves IRQ collision during suspend.
> 
> Paul corrects 200Gbps speed being reported as unknown.
> 
> Wojciech adds retry mechanism when package download fails.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/3] ice: avoid IRQ collision to fix init failure on ACPI S3 resume
    https://git.kernel.org/netdev/net/c/bc69ad74867d
  - [net,v2,2/3] ice: fix 200G link speed message log
    https://git.kernel.org/netdev/net/c/aeccadb24d9d
  - [net,v2,3/3] ice: implement AQ download pkg retry
    https://git.kernel.org/netdev/net/c/a27f6ac9d404

You are awesome, thank you!