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 00/13][pull request] Intel Wired LAN Driver Updates 2026-07-17 (ice, idpf, iavf)
Date: Thu, 23 Jul 2026 16:10:16 +0000	[thread overview]
Message-ID: <178482301664.2765357.2035133153923309824.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260717185340.3595286-1-anthony.l.nguyen@intel.com>

Hello:

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

On Fri, 17 Jul 2026 11:53:22 -0700 you wrote:
> For ice:
> Vincent Chen fixes issue preventing VF creation when switchdev is not
> enabled in the configuration.
> 
> Michal fixes issue with checksum advertisement and handling with
> extension headers.
> 
> [...]

Here is the summary with links:
  - [net,01/13] ice: allow creating VFs when !CONFIG_ICE_SWITCHDEV
    https://git.kernel.org/netdev/net/c/99d0f42b0e5c
  - [net,02/13] ice: remove redundant switchdev check in ice_eswitch_attach_vf()
    (no matching commit)
  - [net,03/13] ice: pass the return value of skb_checksum_help()
    https://git.kernel.org/netdev/net/c/2d19302f6288
  - [net,04/13] ice: always do GCS if hardware supports it
    (no matching commit)
  - [net,05/13] ice: use NETIF_F_HW_CSUM instead of IP/IPV6
    (no matching commit)
  - [net,06/13] ice: fix LAG recipe to profile association
    https://git.kernel.org/netdev/net/c/d6da9b7d4859
  - [net,07/13] ice: support SBQ posted writes with non-posted support for CGU
    (no matching commit)
  - [net,08/13] ice: use READ_ONCE() to access cached PHC time
    https://git.kernel.org/netdev/net/c/2915681b89f8
  - [net,09/13] ice: fix PTP Call Trace during PTP release
    https://git.kernel.org/netdev/net/c/f6a7e00b81e3
  - [net,10/13] ice: prevent tstamp ring allocation for non-PF VSI types
    https://git.kernel.org/netdev/net/c/144539bbfd3c
  - [net,11/13] ice: reject out-of-range ptype in ice_parser_profile_init
    https://git.kernel.org/netdev/net/c/59abb87159c5
  - [net,12/13] idpf: fix max_vport related crash on allocation error during init
    https://git.kernel.org/netdev/net/c/237f1f7653b8
  - [net,13/13] iavf: validate num_vsis in VIRTCHNL_OP_GET_VF_RESOURCES response
    (no matching commit)

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-07-23 16:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-17 18:53 [PATCH net 00/13][pull request] Intel Wired LAN Driver Updates 2026-07-17 (ice, idpf, iavf) Tony Nguyen
2026-07-17 18:53 ` [PATCH net 01/13] ice: allow creating VFs when !CONFIG_ICE_SWITCHDEV Tony Nguyen
2026-07-17 18:53 ` [PATCH net 02/13] ice: remove redundant switchdev check in ice_eswitch_attach_vf() Tony Nguyen
2026-07-17 18:53 ` [PATCH net 03/13] ice: pass the return value of skb_checksum_help() Tony Nguyen
2026-07-17 18:53 ` [PATCH net 04/13] ice: always do GCS if hardware supports it Tony Nguyen
2026-07-17 18:53 ` [PATCH net 05/13] ice: use NETIF_F_HW_CSUM instead of IP/IPV6 Tony Nguyen
2026-07-23 15:55   ` Jakub Kicinski
2026-07-17 18:53 ` [PATCH net 06/13] ice: fix LAG recipe to profile association Tony Nguyen
2026-07-17 18:53 ` [PATCH net 07/13] ice: support SBQ posted writes with non-posted support for CGU Tony Nguyen
2026-07-23 15:57   ` Jakub Kicinski
2026-07-17 18:53 ` [PATCH net 08/13] ice: use READ_ONCE() to access cached PHC time Tony Nguyen
2026-07-17 18:53 ` [PATCH net 09/13] ice: fix PTP Call Trace during PTP release Tony Nguyen
2026-07-17 18:53 ` [PATCH net 10/13] ice: prevent tstamp ring allocation for non-PF VSI types Tony Nguyen
2026-07-17 18:53 ` [PATCH net 11/13] ice: reject out-of-range ptype in ice_parser_profile_init Tony Nguyen
2026-07-17 18:53 ` [PATCH net 12/13] idpf: fix max_vport related crash on allocation error during init Tony Nguyen
2026-07-17 18:53 ` [PATCH net 13/13] iavf: validate num_vsis in VIRTCHNL_OP_GET_VF_RESOURCES response Tony Nguyen
2026-07-23 15:57   ` Jakub Kicinski
2026-07-23 16:10 ` 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=178482301664.2765357.2035133153923309824.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