]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: ethtool: check rxfh_max_num_contexts != 1 at register time
authorEdward Cree <ecree.xilinx@gmail.com>
Wed, 7 Aug 2024 16:06:13 +0000 (17:06 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Aug 2024 02:55:49 +0000 (19:55 -0700)
commitceb627435b00fe3bcee5957aeb3e5282a1f06eb6
treead6c5d1c7b661cb95baf93152ba9449c531d76dd
parentdf665ab188cdca8b8b3e0cca84a6511c395f9ece
net: ethtool: check rxfh_max_num_contexts != 1 at register time

A value of 1 doesn't make sense, as it implies the only allowed
 context ID is 0, which is reserved for the default context - in
 which case the driver should just not claim to support custom
 RSS contexts at all.

Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Link: https://lore.kernel.org/c07725b3a3d0b0a63b85e230f9c77af59d4d07f8.1723045898.git.ecree.xilinx@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ethtool/common.c