netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jacob Keller <jacob.e.keller@intel.com>
Cc: jiri@resnulli.us, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
	corbet@lwn.net, anthony.l.nguyen@intel.com,
	przemyslaw.kitszel@intel.com, andrew+netdev@lunn.ch,
	aleksander.lobakin@intel.com, netdev@vger.kernel.org,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	mheib@redhat.com, aleksandr.loktionov@intel.com,
	rafal.romanowski@intel.com, dan.nowlin@intel.com,
	junfeng.guo@intel.com, ting.xu@intel.com, jie1x.wang@intel.com,
	qi.z.zhang@intel.com, jedrzej.jagielski@intel.com,
	rrameshbabu@nvidia.com, pmenzel@molgen.mpg.de,
	marcin.szycik@linux.intel.com, sx.rinitha@intel.com,
	hkelam@marvell.com, enjuk@amazon.com, vitaly.lifshits@intel.com,
	timo.teras@iki.fi, dima.ruinskiy@intel.com,
	Avrahamx.koren@intel.com, jbrandeburg@cloudflare.com
Subject: Re: [PATCH net-next v2 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
Date: Tue, 21 Oct 2025 01:40:13 +0000	[thread overview]
Message-ID: <176101081325.484471.16736237984983898429.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251016-jk-iwl-next-2025-10-15-v2-0-ff3a390d9fc6@intel.com>

Hello:

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

On Thu, 16 Oct 2025 23:08:29 -0700 you wrote:
> Mohammad Heib introduces a new devlink parameter, max_mac_per_vf, for
> controlling the maximum number of MAC address filters allowed by a VF. This
> allows administrators to control the VF behavior in a more nuanced manner.
> 
> Aleksandr and Przemek add support for Receive Side Scaling of GTP to iAVF
> for VFs running on E800 series ice hardware. This improves performance and
> scalability for virtualized network functions in 5G and LTE deployments.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/14] devlink: Add new "max_mac_per_vf" generic device param
    (no matching commit)
  - [net-next,v2,02/14] i40e: support generic devlink param "max_mac_per_vf"
    (no matching commit)
  - [net-next,v2,03/14] ice: add flow parsing for GTP and new protocol field support
    (no matching commit)
  - [net-next,v2,04/14] ice: add virtchnl and VF context support for GTP RSS
    (no matching commit)
  - [net-next,v2,05/14] ice: improve TCAM priority handling for RSS profiles
    (no matching commit)
  - [net-next,v2,06/14] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
    (no matching commit)
  - [net-next,v2,07/14] iavf: add RSS support for GTP protocol via ethtool
    (no matching commit)
  - [net-next,v2,08/14] net: docs: add missing features that can have stats
    https://git.kernel.org/netdev/net-next/c/98c2f0b42eea
  - [net-next,v2,09/14] ice: implement ethtool standard stats
    https://git.kernel.org/netdev/net-next/c/20ae87514ad5
  - [net-next,v2,10/14] ice: add tracking of good transmit timestamps
    https://git.kernel.org/netdev/net-next/c/4368d5fe02f6
  - [net-next,v2,11/14] ice: implement transmit hardware timestamp statistics
    https://git.kernel.org/netdev/net-next/c/71462475d002
  - [net-next,v2,12/14] ice: refactor to use helpers
    https://git.kernel.org/netdev/net-next/c/a308ea972112
  - [net-next,v2,13/14] ixgbe: preserve RSS indirection table across admin down/up
    (no matching commit)
  - [net-next,v2,14/14] e1000e: Introduce private flag to disable K1
    https://git.kernel.org/netdev/net-next/c/3c7bf5af2196

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



      parent reply	other threads:[~2025-10-21  1:40 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17  6:08 [PATCH net-next v2 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e) Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 01/14] devlink: Add new "max_mac_per_vf" generic device param Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 02/14] i40e: support generic devlink param "max_mac_per_vf" Jacob Keller
2025-10-21  1:25   ` Jakub Kicinski
2025-10-21 20:39     ` Jacob Keller
2025-10-21 23:07       ` Jakub Kicinski
2025-10-22  9:39         ` mohammad heib
2025-10-22 22:11         ` Jacob Keller
2025-10-24  8:07           ` mohammad heib
2025-10-17  6:08 ` [PATCH net-next v2 03/14] ice: add flow parsing for GTP and new protocol field support Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 04/14] ice: add virtchnl and VF context support for GTP RSS Jacob Keller
2025-10-21  1:22   ` Jakub Kicinski
2025-10-22  9:58     ` Loktionov, Aleksandr
2025-10-17  6:08 ` [PATCH net-next v2 05/14] ice: improve TCAM priority handling for RSS profiles Jacob Keller
2025-10-21  1:16   ` Jakub Kicinski
2025-10-21 20:41     ` Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 06/14] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 07/14] iavf: add RSS support for GTP protocol via ethtool Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 08/14] net: docs: add missing features that can have stats Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 09/14] ice: implement ethtool standard stats Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 10/14] ice: add tracking of good transmit timestamps Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 11/14] ice: implement transmit hardware timestamp statistics Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 12/14] ice: refactor to use helpers Jacob Keller
2025-10-17  6:08 ` [PATCH net-next v2 13/14] ixgbe: preserve RSS indirection table across admin down/up Jacob Keller
2025-10-21  1:32   ` Jakub Kicinski
2025-10-21  3:59     ` Kohei Enju
2025-10-21 23:10       ` Jakub Kicinski
2025-10-22  3:40         ` Kohei Enju
2025-10-23  0:26           ` Jakub Kicinski
2025-10-23 16:26             ` Kohei Enju
2025-10-17  6:08 ` [PATCH net-next v2 14/14] e1000e: Introduce private flag to disable K1 Jacob Keller
2025-10-21  1:33 ` [PATCH net-next v2 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e) Jakub Kicinski
2025-10-21  1:40 ` 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=176101081325.484471.16736237984983898429.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Avrahamx.koren@intel.com \
    --cc=aleksander.lobakin@intel.com \
    --cc=aleksandr.loktionov@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=corbet@lwn.net \
    --cc=dan.nowlin@intel.com \
    --cc=davem@davemloft.net \
    --cc=dima.ruinskiy@intel.com \
    --cc=edumazet@google.com \
    --cc=enjuk@amazon.com \
    --cc=hkelam@marvell.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=jbrandeburg@cloudflare.com \
    --cc=jedrzej.jagielski@intel.com \
    --cc=jie1x.wang@intel.com \
    --cc=jiri@resnulli.us \
    --cc=junfeng.guo@intel.com \
    --cc=kuba@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcin.szycik@linux.intel.com \
    --cc=mheib@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pmenzel@molgen.mpg.de \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=rafal.romanowski@intel.com \
    --cc=rrameshbabu@nvidia.com \
    --cc=sx.rinitha@intel.com \
    --cc=timo.teras@iki.fi \
    --cc=ting.xu@intel.com \
    --cc=vitaly.lifshits@intel.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;
as well as URLs for NNTP newsgroup(s).