Netdev List
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-06-11 (i40e, ice)
Date: Tue, 11 Jun 2024 11:42:34 -0700	[thread overview]
Message-ID: <20240611184239.1518418-1-anthony.l.nguyen@intel.com> (raw)

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


             reply	other threads:[~2024-06-11 18:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11 18:42 Tony Nguyen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240611184239.1518418-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox