netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: <edward.cree@amd.com>
Cc: linux-net-drivers@amd.com, davem@davemloft.net, kuba@kernel.org,
	edumazet@google.com, pabeni@redhat.com, ecree.xilinx@gmail.com,
	netdev@vger.kernel.org, habetsm.xilinx@gmail.com,
	sudheer.mogilappagari@intel.com, jdamato@fastly.com,
	mw@semihalf.com, linux@armlinux.org.uk, sgoutham@marvell.com,
	gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com,
	saeedm@nvidia.com, leon@kernel.org, jacob.e.keller@intel.com,
	andrew@lunn.ch, ahmed.zaki@intel.com, horms@kernel.org
Subject: Re: [PATCH v8 net-next 0/9] ethtool: track custom RSS contexts in the core
Date: Sat, 29 Jun 2024 02:20:31 +0000	[thread overview]
Message-ID: <171962763186.30239.4881356378367477530.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1719502239.git.ecree.xilinx@gmail.com>

Hello:

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

On Thu, 27 Jun 2024 16:33:45 +0100 you wrote:
> From: Edward Cree <ecree.xilinx@gmail.com>
> 
> Make the core responsible for tracking the set of custom RSS contexts,
>  their IDs, indirection tables, hash keys, and hash functions; this
>  lets us get rid of duplicative code in drivers, and will allow us to
>  support netlink dumps later.
> 
> [...]

Here is the summary with links:
  - [v8,net-next,1/9] net: move ethtool-related netdev state into its own struct
    (no matching commit)
  - [v8,net-next,2/9] net: ethtool: attach an XArray of custom RSS contexts to a netdevice
    https://git.kernel.org/netdev/net-next/c/6ad2962f8adf
  - [v8,net-next,3/9] net: ethtool: record custom RSS contexts in the XArray
    https://git.kernel.org/netdev/net-next/c/eac9122f0c41
  - [v8,net-next,4/9] net: ethtool: let the core choose RSS context IDs
    https://git.kernel.org/netdev/net-next/c/847a8ab18676
  - [v8,net-next,5/9] net: ethtool: add an extack parameter to new rxfh_context APIs
    https://git.kernel.org/netdev/net-next/c/30a32cdf6b13
  - [v8,net-next,6/9] net: ethtool: add a mutex protecting RSS contexts
    https://git.kernel.org/netdev/net-next/c/87925151191b
  - [v8,net-next,7/9] sfc: use new rxfh_context API
    https://git.kernel.org/netdev/net-next/c/a9ee8d4a97d8
  - [v8,net-next,8/9] net: ethtool: use the tracking array for get_rxfh on custom RSS contexts
    https://git.kernel.org/netdev/net-next/c/7964e7884643
  - [v8,net-next,9/9] sfc: remove get_rxfh_context dead code
    https://git.kernel.org/netdev/net-next/c/b859316e8218

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



      parent reply	other threads:[~2024-06-29  2:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27 15:33 [PATCH v8 net-next 0/9] ethtool: track custom RSS contexts in the core edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 1/9] net: move ethtool-related netdev state into its own struct edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 2/9] net: ethtool: attach an XArray of custom RSS contexts to a netdevice edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 3/9] net: ethtool: record custom RSS contexts in the XArray edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 4/9] net: ethtool: let the core choose RSS context IDs edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 5/9] net: ethtool: add an extack parameter to new rxfh_context APIs edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 6/9] net: ethtool: add a mutex protecting RSS contexts edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 7/9] sfc: use new rxfh_context API edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 8/9] net: ethtool: use the tracking array for get_rxfh on custom RSS contexts edward.cree
2024-06-27 15:33 ` [PATCH v8 net-next 9/9] sfc: remove get_rxfh_context dead code edward.cree
2024-06-28 12:19 ` [PATCH v8 net-next 0/9] ethtool: track custom RSS contexts in the core Przemek Kitszel
2024-06-29  2:20 ` 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=171962763186.30239.4881356378367477530.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=ahmed.zaki@intel.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=ecree.xilinx@gmail.com \
    --cc=edumazet@google.com \
    --cc=edward.cree@amd.com \
    --cc=gakula@marvell.com \
    --cc=habetsm.xilinx@gmail.com \
    --cc=hkelam@marvell.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=jdamato@fastly.com \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=linux-net-drivers@amd.com \
    --cc=linux@armlinux.org.uk \
    --cc=mw@semihalf.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeedm@nvidia.com \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.com \
    --cc=sudheer.mogilappagari@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).