mbox series

[net,0/2,pull,request] Intel Wired LAN Driver Updates 2024-08-28 (igb, ice)

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

Message

Tony Nguyen Aug. 28, 2024, 10:54 p.m. UTC
This series contains updates to igb and ice drivers.

Daiwei Li restores writing the TSICR (TimeSync Interrupt Cause)
register on 82850 devices to workaround a hardware issue for igb.

Dawid detaches netdev device for reset to avoid ethtool accesses during
reset causing NULL pointer dereferences on ice.

The following are changes since commit 3a0504d54b3b57f0d7bf3d9184a00c9f8887f6d7:
  sctp: fix association labeling in the duplicate COOKIE-ECHO case
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Daiwei Li (1):
  igb: Fix not clearing TimeSync interrupts for 82580

Dawid Osuchowski (1):
  ice: Add netif_device_attach/detach into PF reset flow

 drivers/net/ethernet/intel/ice/ice_main.c |  7 +++++++
 drivers/net/ethernet/intel/igb/igb_main.c | 10 ++++++++++
 2 files changed, 17 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 30, 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 Wed, 28 Aug 2024 15:54:40 -0700 you wrote:
> This series contains updates to igb and ice drivers.
> 
> Daiwei Li restores writing the TSICR (TimeSync Interrupt Cause)
> register on 82850 devices to workaround a hardware issue for igb.
> 
> Dawid detaches netdev device for reset to avoid ethtool accesses during
> reset causing NULL pointer dereferences on ice.
> 
> [...]

Here is the summary with links:
  - [net,1/2] igb: Fix not clearing TimeSync interrupts for 82580
    https://git.kernel.org/netdev/net/c/ba8cf80724db
  - [net,2/2] ice: Add netif_device_attach/detach into PF reset flow
    https://git.kernel.org/netdev/net/c/d11a67634227

You are awesome, thank you!