mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #27684 from gnidorah/bfq
linux: BFQ Group Scheduling support
This commit is contained in:
commit
fa10497834
|
@ -558,6 +558,7 @@ with stdenv.lib;
|
|||
''}
|
||||
|
||||
${optionalString (versionAtLeast version "4.12") ''
|
||||
BFQ_GROUP_IOSCHED y
|
||||
IOSCHED_BFQ m
|
||||
MQ_IOSCHED_KYBER y
|
||||
''}
|
||||
|
|
Loading…
Reference in a new issue