Re: [PATCH 08/22] fcoe: make R_A_TOV and E_D_TOV configurable

2016-08-04 Thread Johannes Thumshirn
On Wed, Aug 03, 2016 at 03:13:08PM +0200, Hannes Reinecke wrote: > 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 A

[PATCH 08/22] fcoe: make R_A_TOV and E_D_TOV configurable

2016-08-03 Thread Hannes Reinecke
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 --- drivers/scsi/fcoe/fcoe.c | 12 +-- drivers/scsi/fcoe/fcoe_sysf