commit | cec5a350f36d01b515ff7ea4828e78dbb024e9a7 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Jun 20 08:09:59 2019 -0700 |
committer | Tejun Heo <tj@kernel.org> | Thu Jun 20 08:09:59 2019 -0700 |
tree | 47ac52c8f0161c63d822f961802ffb0145951d0c | |
parent | 690802418785d66a4e9a254a60e5ea04c4473f74 [diff] |
blkcg: implement BPF_PROG_TYPE_IO_COST Currently, blkcg implements one builtin IO cost model - lienar. To allow customization and experimentation, allow a bpf program to override IO cost model. v2: bash completion and documentation updates suggested by Quentin. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Quentin Monnet <quentin.monnet@netronome.com>