]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
scsi: fcoe: make R_A_TOV and E_D_TOV configurable
authorHannes Reinecke <hare@suse.de>
Thu, 13 Oct 2016 13:10:42 +0000 (15:10 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 22:29:51 +0000 (17:29 -0500)
commit69aabccede61f86b828928084dc8df288ecb2d83
treeb73c33f67e887559b34ad89806a800fc6481cb18
parent76e72ad117812bb79abf647ac40ca6df1740b729
scsi: fcoe: make R_A_TOV and E_D_TOV configurable

The user might want to modify the values for R_A_TOV and E_D_TOV,
so add new module parameters 'e_d_tov' and 'r_a_tov' for the
'fcoe' modules and allow to modify them via sysfs attributes.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Acked-by: Johannes Thumshirn <jth@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fcoe/fcoe.c
drivers/scsi/fcoe/fcoe_sysfs.c