diff mbox series

[v4,19/19] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

Message ID 1604895845-2587-20-git-send-email-muneendra.kumar@broadcom.com
State New
Headers show
Series [v4,01/19] cgroup: Added cgroup_get_from_kernfs_id | expand

Commit Message

Muneendra Kumar Nov. 9, 2020, 4:24 a.m. UTC
Added a new config FC_APPID to select BLK_CGROUP_FC_APPID
which Enable support to track FC io Traffic.

Signed-off-by: Muneendra <muneendra.kumar@broadcom.com>
Reported-by: kernel test robot <lkp@intel.com>

---
v4:
Addressed the error reported by kernel test robot

v3:
New patch
---
 drivers/scsi/Kconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

Comments

Hannes Reinecke Nov. 16, 2020, 8:15 a.m. UTC | #1
On 11/9/20 5:24 AM, Muneendra wrote:
> Added a new config FC_APPID to select BLK_CGROUP_FC_APPID

> which Enable support to track FC io Traffic.

> 

> Signed-off-by: Muneendra <muneendra.kumar@broadcom.com>

> Reported-by: kernel test robot <lkp@intel.com>

> 

> ---

> v4:

> Addressed the error reported by kernel test robot

> 

> v3:

> New patch

> ---

>   drivers/scsi/Kconfig | 13 +++++++++++++

>   1 file changed, 13 insertions(+)

> 

> diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig

> index 701b61ec76ee..1c73c60e398f 100644

> --- a/drivers/scsi/Kconfig

> +++ b/drivers/scsi/Kconfig

> @@ -235,6 +235,19 @@ config SCSI_FC_ATTRS

>   	  each attached FiberChannel device to sysfs, say Y.

>   	  Otherwise, say N.

>   

> +config FC_APPID

> +	bool "Enable support to track FC io Traffic"

> +	depends on BLOCK && BLK_CGROUP

> +	depends on SCSI

> +	select BLK_CGROUP_FC_APPID

> +	default y

> +	help

> +	  If you say Y here, it enables the support to track

> +	  FC IO traffic over fabric.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

> +

>   config SCSI_ISCSI_ATTRS

>   	tristate "iSCSI Transport Attributes"

>   	depends on SCSI && NET

> 

Reviewed-by: Hannes Reinecke <hare@suse.de>


Cheers,

Hannes
-- 
Dr. Hannes Reinecke                Kernel Storage Architect
hare@suse.de                              +49 911 74053 688
SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), Geschäftsführer: Felix Imendörffer
diff mbox series

Patch

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 701b61ec76ee..1c73c60e398f 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -235,6 +235,19 @@  config SCSI_FC_ATTRS
 	  each attached FiberChannel device to sysfs, say Y.
 	  Otherwise, say N.
 
+config FC_APPID
+	bool "Enable support to track FC io Traffic"
+	depends on BLOCK && BLK_CGROUP
+	depends on SCSI
+	select BLK_CGROUP_FC_APPID
+	default y
+	help
+	  If you say Y here, it enables the support to track
+	  FC IO traffic over fabric.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
+
 config SCSI_ISCSI_ATTRS
 	tristate "iSCSI Transport Attributes"
 	depends on SCSI && NET