summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMina Almasry <almasrymina@google.com>2024-08-08 22:53:45 +0200
committerJakub Kicinski <kuba@kernel.org>2024-08-10 06:52:13 +0200
commit916b7d31f7eef81fe20f86ef52c36938fa971872 (patch)
tree0454e847e1fdc1d3e1decf55b930a28e166be920 /kernel
parentMerge branch 'selftest-rds' (diff)
downloadlinux-916b7d31f7eef81fe20f86ef52c36938fa971872.tar.xz
linux-916b7d31f7eef81fe20f86ef52c36938fa971872.zip
ethtool: refactor checking max channels
Currently ethtool_set_channel calls separate functions to check whether the new channel number violates rss configuration or flow steering configuration. Very soon we need to check whether the new channel number violates memory provider configuration as well. To do all 3 checks cleanly, add a wrapper around ethtool_get_max_rxnfc_channel() and ethtool_get_max_rxfh_channel(), which does both checks. We can later extend this wrapper to add the memory provider check in one place. Note that in the current code, we put a descriptive genl error message when we run into issues. To preserve the error message, we pass the genl_info* to the common helper. The ioctl calls can pass NULL instead. Suggested-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Mina Almasry <almasrymina@google.com> Link: https://patch.msgid.link/20240808205345.2141858-1-almasrymina@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions