[PATCH v5 02/16] blkcg: Added a app identifier support for blkcg
Randy Dunlap
rdunlap at infradead.org
Sat Dec 19 12:12:17 EST 2020
On 12/15/20 9:29 PM, Muneendra wrote:
Hi--
> ---
> block/Kconfig | 9 ++++++
> include/linux/blk-cgroup.h | 56 ++++++++++++++++++++++++++++++++++++++
> 2 files changed, 65 insertions(+)
>
> diff --git a/block/Kconfig b/block/Kconfig
> index a2297edfdde8..1920388fb0e9 100644
> --- a/block/Kconfig
> +++ b/block/Kconfig
> @@ -144,6 +144,15 @@ config BLK_CGROUP_IOLATENCY
>
> Note, this is an experimental interface and could be changed someday.
>
> +config BLK_CGROUP_FC_APPID
> + bool "Enable support to track FC io Traffic across cgroup applications"
> + depends on BLK_CGROUP=y
> + help
> + Enabling this option enables the support to track FC io 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.
Please follow coding-style for Kconfig files:
from Documentation/process/coding-style.rst, section 10):
For all of the Kconfig* configuration files throughout the source tree,
the indentation is somewhat different. Lines under a ``config`` definition
are indented with one tab, while help text is indented an additional two
spaces.
thanks.
--
~Randy
More information about the Linux-nvme
mailing list