* [PATCH net-next] net: bql: allow the config to be disabled
@ 2024-02-15 17:05 Breno Leitao
2024-02-18 10:20 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Breno Leitao @ 2024-02-15 17:05 UTC (permalink / raw)
To: kuba, davem, pabeni, edumazet; +Cc: netdev, linux-kernel, horms, therbert
It is impossible to disable BQL individually today, since there is no
prompt for the Kconfig entry, so, the BQL is always enabled if SYSFS is
enabled.
Create a prompt entry for BQL, so, it could be enabled or disabled at
build time independently of SYSFS.
Signed-off-by: Breno Leitao <leitao@debian.org>
---
net/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/Kconfig b/net/Kconfig
index 4adc47d0c9c2..3e57ccf0da27 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -331,6 +331,7 @@ config NET_RX_BUSY_POLL
config BQL
bool
+ prompt "Enable Byte Queue Limits"
depends on SYSFS
select DQL
default y
--
2.39.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] net: bql: allow the config to be disabled
2024-02-15 17:05 [PATCH net-next] net: bql: allow the config to be disabled Breno Leitao
@ 2024-02-18 10:20 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-02-18 10:20 UTC (permalink / raw)
To: Breno Leitao
Cc: kuba, davem, pabeni, edumazet, netdev, linux-kernel, horms,
therbert
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Thu, 15 Feb 2024 09:05:07 -0800 you wrote:
> It is impossible to disable BQL individually today, since there is no
> prompt for the Kconfig entry, so, the BQL is always enabled if SYSFS is
> enabled.
>
> Create a prompt entry for BQL, so, it could be enabled or disabled at
> build time independently of SYSFS.
>
> [...]
Here is the summary with links:
- [net-next] net: bql: allow the config to be disabled
https://git.kernel.org/netdev/net-next/c/ea7f3cfaa588
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-18 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-15 17:05 [PATCH net-next] net: bql: allow the config to be disabled Breno Leitao
2024-02-18 10:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox