From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
donald.hunter@gmail.com, shuah@kernel.org,
maxime.chevallier@bootlin.com, ecree.xilinx@gmail.com,
gal@nvidia.com, linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next 0/5] ethtool: rss: report which fields are configured for hashing
Date: Fri, 11 Jul 2025 01:20:34 +0000 [thread overview]
Message-ID: <175219683475.1724831.15606568154839115182.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250708220640.2738464-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 8 Jul 2025 15:06:35 -0700 you wrote:
> Add support for reading flow hash configuration via Netlink ethtool.
>
> $ ynl --family ethtool --dump rss-get
> [{
> "header": {
> "dev-index": 1,
> "dev-name": "enp1s0"
> },
> "hfunc": 1,
> "hkey": b"...",
> "indir": [0, 1, ...],
> "flow-hash": {
> "ether": {"l2da"},
> "ah-esp4": {"ip-src", "ip-dst"},
> "ah-esp6": {"ip-src", "ip-dst"},
> "ah4": {"ip-src", "ip-dst"},
> "ah6": {"ip-src", "ip-dst"},
> "esp4": {"ip-src", "ip-dst"},
> "esp6": {"ip-src", "ip-dst"},
> "ip4": {"ip-src", "ip-dst"},
> "ip6": {"ip-src", "ip-dst"},
> "sctp4": {"ip-src", "ip-dst"},
> "sctp6": {"ip-src", "ip-dst"},
> "udp4": {"ip-src", "ip-dst"},
> "udp6": {"ip-src", "ip-dst"}
> "tcp4": {"l4-b-0-1", "l4-b-2-3", "ip-src", "ip-dst"},
> "tcp6": {"l4-b-0-1", "l4-b-2-3", "ip-src", "ip-dst"},
> },
> }]
>
> [...]
Here is the summary with links:
- [net-next,1/5] ethtool: rss: make sure dump takes the rss lock
https://git.kernel.org/netdev/net-next/c/400244eaa2c9
- [net-next,2/5] tools: ynl: decode enums in auto-ints
https://git.kernel.org/netdev/net-next/c/f7c595c9d9f4
- [net-next,3/5] ethtool: mark ETHER_FLOW as usable for Rx hash
https://git.kernel.org/netdev/net-next/c/d7974697de4d
- [net-next,4/5] ethtool: rss: report which fields are configured for hashing
https://git.kernel.org/netdev/net-next/c/178331743ca8
- [net-next,5/5] selftests: drv-net: test RSS header field configuration
https://git.kernel.org/netdev/net-next/c/0c8754b75e69
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-07-11 1:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-08 22:06 [PATCH net-next 0/5] ethtool: rss: report which fields are configured for hashing Jakub Kicinski
2025-07-08 22:06 ` [PATCH net-next 1/5] ethtool: rss: make sure dump takes the rss lock Jakub Kicinski
2025-07-08 22:06 ` [PATCH net-next 2/5] tools: ynl: decode enums in auto-ints Jakub Kicinski
2025-07-09 9:05 ` Donald Hunter
2025-07-08 22:06 ` [PATCH net-next 3/5] ethtool: mark ETHER_FLOW as usable for Rx hash Jakub Kicinski
2025-07-08 22:06 ` [PATCH net-next 4/5] ethtool: rss: report which fields are configured for hashing Jakub Kicinski
2025-07-08 22:06 ` [PATCH net-next 5/5] selftests: drv-net: test RSS header field configuration Jakub Kicinski
2025-07-11 1: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=175219683475.1724831.15606568154839115182.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=donald.hunter@gmail.com \
--cc=ecree.xilinx@gmail.com \
--cc=edumazet@google.com \
--cc=gal@nvidia.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=maxime.chevallier@bootlin.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.