Re: [PATCH 01/17] lpfc: FLOGI failures are reported when connected to a private loop.

2017-11-08 Thread James Smart
On 11/8/2017 1:05 AM, Hannes Reinecke wrote: Isn't that a bit excessive? Printing the same message _two_ times, and not providing additional info? Please do only duplicate message if there is new information printed; otherwise we might as well skip the second message. Cheers, Hannes yep. will

Re: [PATCH 01/17] lpfc: FLOGI failures are reported when connected to a private loop.

2017-11-08 Thread Hannes Reinecke
On 11/03/2017 11:56 PM, James Smart wrote: > When the HBA is connected to a private loop, the driver > reports FLOGI loop-open failure as functional error. This is > an expected condition. > > Mark loop-open failure as a warning instead of error. > > Signed-off-by: Dick Kennedy > Signed-off-by:

[PATCH 01/17] lpfc: FLOGI failures are reported when connected to a private loop.

2017-11-03 Thread James Smart
When the HBA is connected to a private loop, the driver reports FLOGI loop-open failure as functional error. This is an expected condition. Mark loop-open failure as a warning instead of error. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drivers/scsi/lpfc/lpfc_els.c | 35 +++