On Thu, Sep 23, 2021 at 01:20:14AM -0000, Waiman Long (via Email Bridge) wrote: > From: Waiman Long <longman@xxxxxxxxxx> > > redhat/configs: Enable CONFIG_BLK_CGROUP_IOLATENCY & CONFIG_BLK_CGROUP_FC_APPID > > 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@xxxxxxxxxx> > > diff --git a/redhat/configs/ark/generic/CONFIG_BLK_CGROUP_IOLATENCY b/redhat/configs/ark/generic/CONFIG_BLK_CGROUP_IOLATENCY > deleted file mode 100644 > index blahblah..blahblah 0 > --- a/redhat/configs/ark/generic/CONFIG_BLK_CGROUP_IOLATENCY > +++ /dev/null > @@ -1 +0,0 @@ > -# CONFIG_BLK_CGROUP_IOLATENCY is not set > diff --git a/redhat/configs/common/generic/CONFIG_BLK_CGROUP_FC_APPID b/redhat/configs/common/generic/CONFIG_BLK_CGROUP_FC_APPID > new file mode 100644 > index blahblah..blahblah 100644 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_BLK_CGROUP_FC_APPID > @@ -0,0 +1 @@ > +CONFIG_BLK_CGROUP_FC_APPID=y > diff --git a/redhat/configs/common/generic/CONFIG_BLK_CGROUP_IOLATENCY b/redhat/configs/common/generic/CONFIG_BLK_CGROUP_IOLATENCY > new file mode 100644 > index blahblah..blahblah 100644 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_BLK_CGROUP_IOLATENCY > @@ -0,0 +1 @@ > +CONFIG_BLK_CGROUP_IOLATENCY=y > diff --git a/redhat/configs/pending-common/generic/CONFIG_BLK_CGROUP_FC_APPID b/redhat/configs/pending-common/generic/CONFIG_BLK_CGROUP_FC_APPID > deleted file mode 100644 > index blahblah..blahblah 0 > --- a/redhat/configs/pending-common/generic/CONFIG_BLK_CGROUP_FC_APPID > +++ /dev/null > @@ -1,18 +0,0 @@ > -# CONFIG_BLK_CGROUP_FC_APPID: > -# > -# Enabling this option enables the support to track FC I/O traffic across > -# cgroup applications. It enables the Fabric and the storage targets to > -# identify, monitor, and handle FC traffic based on VM tags by inserting > -# application specific identification into the FC frame. > -# > -# Symbol: BLK_CGROUP_FC_APPID [=n] > -# Type : bool > -# Defined at block/Kconfig:154 > -# Prompt: Enable support to track FC I/O Traffic across cgroup applications > -# Depends on: BLOCK [=y] && BLK_CGROUP [=y] && NVME_FC [=m] > -# Location: > -# -> Enable the block layer (BLOCK [=y]) > -# > -# > -# > -# CONFIG_BLK_CGROUP_FC_APPID is not set > > -- > https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1391 > _______________________________________________ > kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx > Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure Acked-by: Ming Lei <ming.lei@xxxxxxxxxx> -- Ming _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure