netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] net: ethtool: support including Flow Label in the flow hash for RSS
@ 2025-07-22  1:49 Jakub Kicinski
  2025-07-22  1:49 ` [PATCH net-next v2 1/4] " Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jakub Kicinski @ 2025-07-22  1:49 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms, donald.hunter,
	michael.chan, pavan.chebbi, gal, andrew, willemdebruijn.kernel,
	Jakub Kicinski

Add support for using IPv6 Flow Label in Rx hash computation
and therefore RSS queue selection.

RFC: https://lore.kernel.org/20250609173442.1745856-1-kuba@kernel.org

Jakub Kicinski (4):
  net: ethtool: support including Flow Label in the flow hash for RSS
  eth: fbnic: support RSS on IPv6 Flow Label
  eth: bnxt: support RSS on IPv6 Flow Label
  selftests: drv-net: add test for RSS on flow label

 Documentation/netlink/specs/ethtool.yaml      |   3 +
 .../testing/selftests/drivers/net/hw/Makefile |   1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |   1 +
 include/uapi/linux/ethtool.h                  |   1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt.c     |   2 +
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  23 ++-
 .../net/ethernet/meta/fbnic/fbnic_ethtool.c   |   2 +-
 drivers/net/ethernet/meta/fbnic/fbnic_rpc.c   |   2 +
 net/ethtool/ioctl.c                           |  25 +++
 net/ethtool/rss.c                             |  27 ++--
 .../drivers/net/hw/rss_flow_label.py          | 151 ++++++++++++++++++
 11 files changed, 221 insertions(+), 17 deletions(-)
 create mode 100755 tools/testing/selftests/drivers/net/hw/rss_flow_label.py

-- 
2.50.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-07-23 17:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22  1:49 [PATCH net-next v2 0/4] net: ethtool: support including Flow Label in the flow hash for RSS Jakub Kicinski
2025-07-22  1:49 ` [PATCH net-next v2 1/4] " Jakub Kicinski
2025-07-22  1:49 ` [PATCH net-next v2 2/4] eth: fbnic: support RSS on IPv6 Flow Label Jakub Kicinski
2025-07-22  1:49 ` [PATCH net-next v2 3/4] eth: bnxt: " Jakub Kicinski
2025-07-22  7:57   ` Michael Chan
2025-07-23 17:30     ` Jakub Kicinski
2025-07-22  1:49 ` [PATCH net-next v2 4/4] selftests: drv-net: add test for RSS on flow label Jakub Kicinski
2025-07-23 13:49   ` Willem de Bruijn

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).