Skip to content

Commit ea7f3cf

Browse files
leitaodavem330
authored andcommitted
net: bql: allow the config to be disabled
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a6e0cb1 commit ea7f3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ config NET_RX_BUSY_POLL
331331

332332
config BQL
333333
bool
334+
prompt "Enable Byte Queue Limits"
334335
depends on SYSFS
335336
select DQL
336337
default y

0 commit comments

Comments
 (0)