Skip to content

redhat/configs: Enable CONFIG_BLK_CGROUP_IOLATENCY & CONFIG_BLK_CGROUP_FC_APPID

Waiman Long requested to merge llong1/kernel-ark:bz2006813_cgrp_config into os-build

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2006813 Upstream Status: RHEL only Tested: After "make dist-configs", both CONFIG_BLK_CGROUP_IOLATENCY and CONFIG_BLK_CGROUP_FC_APPID are turned on in all config files.

RHEL8 has CONFIG_BLK_CGROUP_IOLATENCY enabled, so kernel-ark must have this config option enabled too to provide equivalent functionality.

CONFIG_BLK_CGROUP_FC_APPID should be enabled too as it is for the VMID feature that will allow RHV to assign an ID so that the FC switches can identify the flows from different VMs (or containers, even). It is a feature requested by Broadcom.

The new configs are enabled under the common directory. The ones under the ark or pending-common directory are removed.

Signed-off-by: Waiman Long longman@redhat.com

Merge request reports