mbox series

[net-next,0/3,pull,request] Intel Wired LAN Driver Updates 2023-05-18 (igc, igb, e1000e)

Message ID 20230518170942.418109-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2023-05-18 (igc, igb, e1000e) | expand

Message

Tony Nguyen May 18, 2023, 5:09 p.m. UTC
This series contains updates to igc, igb, and e1000e drivers.

Kurt Kanzenbach adds calls to txq_trans_cond_update() for XDP transmit
on igc.

Tom Rix makes definition of igb_pm_ops conditional on CONFIG_PM for igb.

Baozhu Ni adds a missing kdoc description on e1000e.

The following are changes since commit 02f8fc1a67c160b2faab2c9e9439026deb076971:
  Merge branch 'net-lan966x-add-support-for-pcp-dei-dscp'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Baozhu Ni (1):
  e1000e: Add @adapter description to kdoc

Kurt Kanzenbach (1):
  igc: Avoid transmit queue timeout for XDP

Tom Rix (1):
  igb: Define igb_pm_ops conditionally on CONFIG_PM

 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
 drivers/net/ethernet/intel/igb/igb_main.c  | 2 ++
 drivers/net/ethernet/intel/igc/igc_main.c  | 8 ++++++++
 3 files changed, 11 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 20, 2023, 5:10 a.m. UTC | #1
Hello:

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

On Thu, 18 May 2023 10:09:39 -0700 you wrote:
> This series contains updates to igc, igb, and e1000e drivers.
> 
> Kurt Kanzenbach adds calls to txq_trans_cond_update() for XDP transmit
> on igc.
> 
> Tom Rix makes definition of igb_pm_ops conditional on CONFIG_PM for igb.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] igc: Avoid transmit queue timeout for XDP
    https://git.kernel.org/netdev/net-next/c/95b681485563
  - [net-next,2/3] igb: Define igb_pm_ops conditionally on CONFIG_PM
    https://git.kernel.org/netdev/net-next/c/7271522b729b
  - [net-next,3/3] e1000e: Add @adapter description to kdoc
    https://git.kernel.org/netdev/net-next/c/c4dc8dc32bd1

You are awesome, thank you!