mbox series

[net-next,0/6,pull,request] Intel Wired LAN Driver Updates 2024-08-30 (igc, e1000e, i40e)

Message ID 20240830210451.2375215-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-08-30 (igc, e1000e, i40e) | expand

Message

Tony Nguyen Aug. 30, 2024, 9:04 p.m. UTC
This series contains updates to igc, e1000e, and i40 drivers.

Kurt Kanzenbach adds support for MQPRIO offloads and stops unintended,
excess interrupts on igc.

Sasha adds reporting of EEE (Energy Efficient Ethernet) ability and
moves a register define to a better suited file for igc.

Vitaly stops reporting errors on shutdown and suspend as they are not
fatal for e1000e.

Alex adds reporting of EEE to i40e.

The following are changes since commit fbdaffe41adca26cb9566e92060b97cd6dd87b60:
  Merge branch 'am-qt2025-phy-rust'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Aleksandr Loktionov (1):
  i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX
    cards

Kurt Kanzenbach (2):
  igc: Add MQPRIO offload support
  igc: Get rid of spurious interrupts

Sasha Neftin (2):
  igc: Add Energy Efficient Ethernet ability
  igc: Move the MULTI GBT AN Control Register to _regs file

Vitaly Lifshits (1):
  e1000e: avoid failing the system during pm_suspend

 drivers/net/ethernet/intel/e1000e/netdev.c    | 19 ++--
 drivers/net/ethernet/intel/i40e/i40e.h        |  1 +
 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 36 ++++++-
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 24 ++++-
 drivers/net/ethernet/intel/igc/igc.h          | 11 ++-
 drivers/net/ethernet/intel/igc/igc_defines.h  | 22 ++++-
 drivers/net/ethernet/intel/igc/igc_ethtool.c  | 77 ++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_main.c     | 99 ++++++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_phy.c      |  4 +-
 drivers/net/ethernet/intel/igc/igc_regs.h     | 12 +++
 drivers/net/ethernet/intel/igc/igc_tsn.c      | 67 +++++++++++++
 11 files changed, 347 insertions(+), 25 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 3, 2024, 8:40 p.m. UTC | #1
Hello:

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

On Fri, 30 Aug 2024 14:04:42 -0700 you wrote:
> This series contains updates to igc, e1000e, and i40 drivers.
> 
> Kurt Kanzenbach adds support for MQPRIO offloads and stops unintended,
> excess interrupts on igc.
> 
> Sasha adds reporting of EEE (Energy Efficient Ethernet) ability and
> moves a register define to a better suited file for igc.
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] igc: Add MQPRIO offload support
    https://git.kernel.org/netdev/net-next/c/9f3297511dae
  - [net-next,2/6] igc: Get rid of spurious interrupts
    https://git.kernel.org/netdev/net-next/c/8dcf2c212078
  - [net-next,3/6] igc: Add Energy Efficient Ethernet ability
    https://git.kernel.org/netdev/net-next/c/ad7dffae4e40
  - [net-next,4/6] igc: Move the MULTI GBT AN Control Register to _regs file
    https://git.kernel.org/netdev/net-next/c/f9cb5e01cc4e
  - [net-next,5/6] e1000e: avoid failing the system during pm_suspend
    https://git.kernel.org/netdev/net-next/c/0a6ad4d9e169
  - [net-next,6/6] i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards
    https://git.kernel.org/netdev/net-next/c/0568ee1198f8

You are awesome, thank you!