]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: allow rps/rfs related configs to be switched
authorJason Xing <kernelxing@tencent.com>
Wed, 5 Jun 2024 02:29:32 +0000 (10:29 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 6 Jun 2024 11:18:48 +0000 (13:18 +0200)
commit9b6a30febddf4857cb4c367f5294bb6118340e30
treed79b897d55c2ecd4acbdf6306ad9040a50128830
parent98aa546af5e4f180439c82da403cc77926d3953b
net: allow rps/rfs related configs to be switched

After John Sperbeck reported a compile error if the CONFIG_RFS_ACCEL
is off, I found that I cannot easily enable/disable the config
because of lack of the prompt when using 'make menuconfig'. Therefore,
I decided to change rps/rfc related configs altogether.

Signed-off-by: Jason Xing <kernelxing@tencent.com>
Link: https://lore.kernel.org/r/20240605022932.33703-1-kerneljasonxing@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/Kconfig