mbox series

[net,0/6,pull,request] Intel Wired LAN Driver Updates 2025-02-11 (idpf, ixgbe, igc)

Message ID 20250211214343.4092496-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2025-02-11 (idpf, ixgbe, igc) | expand

Message

Tony Nguyen Feb. 11, 2025, 9:43 p.m. UTC
For idpf:

Sridhar fixes a couple issues in handling of RSC packets.

Josh adds a call to set_real_num_queues() to keep queue count in sync.

For ixgbe:

Piotr removes missed IS_ERR() removal when ERR_PTR usage was removed.

For igc:

Zdenek Bouska fixes reporting of Rx timestamp with AF_XDP.

Siang sets buffer type on empty frame to ensure proper handling.

The following are changes since commit 44ce3511c21c6ba87a719a0b9f140822cc1cc00b:
  Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-merge
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 200GbE

Joshua Hay (1):
  idpf: call set_real_num_queues in idpf_open

Piotr Kwapulinski (1):
  ixgbe: Fix possible skb NULL pointer dereference

Song Yoong Siang (1):
  igc: Set buffer type for empty frames in igc_init_empty_frame

Sridhar Samudrala (2):
  idpf: fix handling rsc packet with a single segment
  idpf: record rx queue in skb for RSC packets

Zdenek Bouska (1):
  igc: Fix HW RX timestamp when passed by ZC XDP

 drivers/net/ethernet/intel/idpf/idpf_lib.c    |  5 +++++
 drivers/net/ethernet/intel/idpf/idpf_txrx.c   |  5 +----
 drivers/net/ethernet/intel/igc/igc_main.c     | 22 +++++++++++--------
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  2 +-
 4 files changed, 20 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 13, 2025, 4:10 a.m. UTC | #1
Hello:

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

On Tue, 11 Feb 2025 13:43:31 -0800 you wrote:
> For idpf:
> 
> Sridhar fixes a couple issues in handling of RSC packets.
> 
> Josh adds a call to set_real_num_queues() to keep queue count in sync.
> 
> For ixgbe:
> 
> [...]

Here is the summary with links:
  - [net,1/6] idpf: fix handling rsc packet with a single segment
    https://git.kernel.org/netdev/net/c/69ab25a74e2d
  - [net,2/6] idpf: record rx queue in skb for RSC packets
    https://git.kernel.org/netdev/net/c/2ff66c2f9ea4
  - [net,3/6] idpf: call set_real_num_queues in idpf_open
    https://git.kernel.org/netdev/net/c/52c11d31b5a1
  - [net,4/6] ixgbe: Fix possible skb NULL pointer dereference
    https://git.kernel.org/netdev/net/c/61fb097f9a64
  - [net,5/6] igc: Fix HW RX timestamp when passed by ZC XDP
    https://git.kernel.org/netdev/net/c/7822dd4d6d4b
  - [net,6/6] igc: Set buffer type for empty frames in igc_init_empty_frame
    https://git.kernel.org/netdev/net/c/63f20f00d23d

You are awesome, thank you!