mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2024-08-07 (ice)

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

Message

Tony Nguyen Aug. 7, 2024, 10:45 p.m. UTC
This series contains updates to ice driver only.

Grzegorz adds IRQ synchronization call before performing reset and
prevents writing to hardware when it is resetting.

Mateusz swaps incorrect assignment of FEC statistics.

The following are changes since commit 1ca645a2f74a4290527ae27130c8611391b07dbf:
  net: usb: qmi_wwan: add MeiG Smart SRM825L
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Grzegorz Nitka (2):
  ice: Fix reset handler
  ice: Skip PTP HW writes during PTP reset procedure

Mateusz Polchlopek (1):
  ice: Fix incorrect assigns of FEC counts

 drivers/net/ethernet/intel/ice/ice_ethtool.c | 8 ++++----
 drivers/net/ethernet/intel/ice/ice_main.c    | 2 ++
 drivers/net/ethernet/intel/ice/ice_ptp.c     | 4 ++++
 3 files changed, 10 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 8, 2024, 4:20 p.m. UTC | #1
Hello:

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

On Wed,  7 Aug 2024 15:45:17 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> Grzegorz adds IRQ synchronization call before performing reset and
> prevents writing to hardware when it is resetting.
> 
> Mateusz swaps incorrect assignment of FEC statistics.
> 
> [...]

Here is the summary with links:
  - [net,1/3] ice: Fix reset handler
    https://git.kernel.org/netdev/net/c/25a7123579ec
  - [net,2/3] ice: Skip PTP HW writes during PTP reset procedure
    https://git.kernel.org/netdev/net/c/bca515d58367
  - [net,3/3] ice: Fix incorrect assigns of FEC counts
    https://git.kernel.org/netdev/net/c/c181da18a730

You are awesome, thank you!