public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch,
	netdev@vger.kernel.org
Subject: Re: [PATCH net v2 00/12][pull request] Intel Wired LAN Driver Updates 2026-02-19 (idpf, ice, i40e, ixgbevf, e1000e)
Date: Sat, 28 Feb 2026 16:50:19 +0000	[thread overview]
Message-ID: <177229741979.3013533.12494944362372316279.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260225211546.1949260-1-anthony.l.nguyen@intel.com>

Hello:

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

On Wed, 25 Feb 2026 13:15:31 -0800 you wrote:
> For idpf:
> Li Li moves the check for software marker to occur after incrementing
> next to clean to avoid re-encountering the same packet. He also adds a
> couple of checks to prevent NULL pointer dereferences and NULLs rss_key,
> after free, in error path so that later checks are properly evaluated.
> 
> Brian Vazquez adjusts IRQ naming to have correlation with netdev naming.
> 
> [...]

Here is the summary with links:
  - [net,v2,01/12] idpf: increment completion queue next_to_clean in sw marker wait routine
    https://git.kernel.org/netdev/net/c/712896ac4bce
  - [net,v2,02/12] idpf: skip deallocating bufq_sets from rx_qgrp if it is NULL
    https://git.kernel.org/netdev/net/c/d11e5da2d6d8
  - [net,v2,03/12] idpf: skip deallocating txq group's txqs if it is NULL
    https://git.kernel.org/netdev/net/c/e403bf4013a6
  - [net,v2,04/12] idpf: nullify pointers after they are freed
    https://git.kernel.org/netdev/net/c/bc3b31977314
  - [net,v2,05/12] idpf: change IRQ naming to match netdev and ethtool queue numbering
    https://git.kernel.org/netdev/net/c/1500a8662d2d
  - [net,v2,06/12] idpf: Fix flow rule delete failure due to invalid validation
    https://git.kernel.org/netdev/net/c/2c31557336a8
  - [net,v2,07/12] ice: recap the VSI and QoS info after rebuild
    https://git.kernel.org/netdev/net/c/6aa07e23dd3c
  - [net,v2,08/12] ice: fix crash in ethtool offline loopback test
    https://git.kernel.org/netdev/net/c/a9c354e65659
  - [net,v2,09/12] i40e: Fix preempt count leak in napi poll tracepoint
    https://git.kernel.org/netdev/net/c/4b3d54a85bd3
  - [net,v2,10/12] ixgbevf: fix link setup issue
    https://git.kernel.org/netdev/net/c/feae40a6a178
  - [net,v2,11/12] e1000e: introduce new board type for Panther Lake PCH
    https://git.kernel.org/netdev/net/c/5b644464eeea
  - [net,v2,12/12] e1000e: clear DPG_EN after reset to avoid autonomous power-gating
    https://git.kernel.org/netdev/net/c/0942fc6d324e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-02-28 16:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25 21:15 [PATCH net v2 00/12][pull request] Intel Wired LAN Driver Updates 2026-02-19 (idpf, ice, i40e, ixgbevf, e1000e) Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 01/12] idpf: increment completion queue next_to_clean in sw marker wait routine Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 02/12] idpf: skip deallocating bufq_sets from rx_qgrp if it is NULL Tony Nguyen
2026-02-27  3:56   ` [net,v2,02/12] " Jakub Kicinski
2026-03-02 22:02     ` Hay, Joshua A
2026-02-25 21:15 ` [PATCH net v2 03/12] idpf: skip deallocating txq group's txqs " Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 04/12] idpf: nullify pointers after they are freed Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 05/12] idpf: change IRQ naming to match netdev and ethtool queue numbering Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 06/12] idpf: Fix flow rule delete failure due to invalid validation Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 07/12] ice: recap the VSI and QoS info after rebuild Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 08/12] ice: fix crash in ethtool offline loopback test Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 09/12] i40e: Fix preempt count leak in napi poll tracepoint Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 10/12] ixgbevf: fix link setup issue Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 11/12] e1000e: introduce new board type for Panther Lake PCH Tony Nguyen
2026-02-25 21:15 ` [PATCH net v2 12/12] e1000e: clear DPG_EN after reset to avoid autonomous power-gating Tony Nguyen
2026-02-28 16:50 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=177229741979.3013533.12494944362372316279.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox