]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge branch 'net-make-rss-rxnfc-semantics-more-explicit'
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 03:53:43 +0000 (19:53 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 03:53:44 +0000 (19:53 -0800)
Edward Cree says:

====================
net: make RSS+RXNFC semantics more explicit

The original semantics of ntuple filters with FLOW_RSS were not
 fully understood by all drivers, some ignoring the ring_cookie from
 the flow rule.  Require this support to be explicitly declared by
 the driver for filters relying on it to be inserted, and add self-
 test coverage for this functionality.
Also teach ethtool_check_max_channel() about this.
====================

Link: https://patch.msgid.link/cover.1731499021.git.ecree.xilinx@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge