These are changes to support weight with cgroup-v2, and also BFQ's weight attribute. In recent kernels with cgroup v1 only blkio.bfq.weight is available to set weight. v3: - rebased on fio-3.23-28-g7064f894 v2: - bump FIO_SERVER_VER - regroup patches Andreas Herrmann (4): cgroup: Fix handling when cgroup blkio and cgroup-v2 are mounted cgroup: Allow to use weights with cgroup-v2 thread_options: Introduce cgroup_use_bfq cgroup: Support BFQ's weight attributes HOWTO | 6 +++ cconv.c | 2 + cgroup.c | 110 ++++++++++++++++++++++++++++++++++++----------- fio.1 | 5 +++ options.c | 11 +++++ server.h | 2 +- thread_options.h | 7 ++- 7 files changed, 116 insertions(+), 27 deletions(-) -- 2.28.0