Netdev List
 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-next 00/15][pull request] Intel Wired LAN Driver Updates 2026-06-09 (idpf, ice, i40e, iavf, ixgbe, igc, igb, e1000e, e1000)
Date: Sat, 13 Jun 2026 23:50:24 +0000	[thread overview]
Message-ID: <178139462489.1629661.15143442026278079817.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260609213559.178657-1-anthony.l.nguyen@intel.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  9 Jun 2026 14:35:41 -0700 you wrote:
> Marco Crivellari replaces obsolete use of system_unbound_wq to
> system_dfl_wq for idpf.
> 
> Natalia removes redundant PTP checks on ice.
> 
> Corinna Vinschen removes redundant MAC address check on iavf.
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] idpf: Replace use of system_unbound_wq with system_dfl_wq
    https://git.kernel.org/netdev/net-next/c/711bdf0b7879
  - [net-next,02/15] ice: remove redundant checks from PTP init
    https://git.kernel.org/netdev/net-next/c/e5652e6d37fe
  - [net-next,03/15] iavf: iavf_virtchnl_completion: drop duplicate ether_addr_equal() test
    https://git.kernel.org/netdev/net-next/c/8538aaea10e1
  - [net-next,04/15] net/intel: Replace manual array size calculation with ARRAY_SIZE
    https://git.kernel.org/netdev/net-next/c/48d588dc9f26
  - [net-next,05/15] ixgbe: e610: remove redundant assignment
    https://git.kernel.org/netdev/net-next/c/06be82a0d9d7
  - [net-next,06/15] igb: Retrieve Tx timestamp from BH workqueue
    (no matching commit)
  - [net-next,07/15] igb: use ktime_get_real helpers in igb_ptp_reset()
    https://git.kernel.org/netdev/net-next/c/2040b8ba371b
  - [net-next,08/15] e1000e: use ktime_get_real_ns() in e1000e_systim_reset()
    https://git.kernel.org/netdev/net-next/c/1b4558e0b4e8
  - [net-next,09/15] igb: use napi_schedule_irqoff() instead of napi_schedule()
    https://git.kernel.org/netdev/net-next/c/ef298ba0f9ed
  - [net-next,10/15] igc: use napi_schedule_irqoff() instead of napi_schedule()
    https://git.kernel.org/netdev/net-next/c/046100cdeb98
  - [net-next,11/15] e1000e: Use __napi_schedule_irqoff()
    https://git.kernel.org/netdev/net-next/c/4d9508d97b7b
  - [net-next,12/15] e1000: limit endianness conversion to boundary words
    https://git.kernel.org/netdev/net-next/c/4cc8566ae0d1
  - [net-next,13/15] e1000e: limit endianness conversion to boundary words
    https://git.kernel.org/netdev/net-next/c/a5ecafcfb27b
  - [net-next,14/15] igb: fix typos in comments
    https://git.kernel.org/netdev/net-next/c/2904b67ba2f1
  - [net-next,15/15] igc: fix typos in comments
    https://git.kernel.org/netdev/net-next/c/d4e035b3a517

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-06-13 23:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-09 21:35 [PATCH net-next 00/15][pull request] Intel Wired LAN Driver Updates 2026-06-09 (idpf, ice, i40e, iavf, ixgbe, igc, igb, e1000e, e1000) Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 01/15] idpf: Replace use of system_unbound_wq with system_dfl_wq Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 02/15] ice: remove redundant checks from PTP init Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 03/15] iavf: iavf_virtchnl_completion: drop duplicate ether_addr_equal() test Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 04/15] net/intel: Replace manual array size calculation with ARRAY_SIZE Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 05/15] ixgbe: e610: remove redundant assignment Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 06/15] igb: Retrieve Tx timestamp from BH workqueue Tony Nguyen
2026-06-12  9:57   ` Simon Horman
2026-06-13 23:43     ` Jakub Kicinski
2026-06-09 21:35 ` [PATCH net-next 07/15] igb: use ktime_get_real helpers in igb_ptp_reset() Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 08/15] e1000e: use ktime_get_real_ns() in e1000e_systim_reset() Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 09/15] igb: use napi_schedule_irqoff() instead of napi_schedule() Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 10/15] igc: " Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 11/15] e1000e: Use __napi_schedule_irqoff() Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 12/15] e1000: limit endianness conversion to boundary words Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 13/15] e1000e: " Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 14/15] igb: fix typos in comments Tony Nguyen
2026-06-09 21:35 ` [PATCH net-next 15/15] igc: " Tony Nguyen
2026-06-13 23: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=178139462489.1629661.15143442026278079817.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