Re: [PATCH v2 07/22] qla2xxx: Serialize GPNID for multiple RSCN

2017-11-30 Thread Madhani, Himanshu
> On Nov 30, 2017, at 7:53 AM, Hannes Reinecke wrote: > > Two spelling errors in one line ... Embarrassing.. Will fix them in v3 Thanks, - Himanshu

Re: [PATCH v2 07/22] qla2xxx: Serialize GPNID for multiple RSCN

2017-11-30 Thread Hannes Reinecke
On 11/30/2017 04:40 AM, Himanshu Madhani wrote: > From: Quinn Tran > > GPNID is triggered by RSCN. For multiple RSCNs of the same > affected NPORT ID, serialize the GPNID to prevent confusion. > > Fixes: 726b85487067d ("qla2xxx: Add framework for async fabric discovery") > Cc: # 4.10+ > Signed-

[PATCH v2 07/22] qla2xxx: Serialize GPNID for multiple RSCN

2017-11-29 Thread Himanshu Madhani
From: Quinn Tran GPNID is triggered by RSCN. For multiple RSCNs of the same affected NPORT ID, serialize the GPNID to prevent confusion. Fixes: 726b85487067d ("qla2xxx: Add framework for async fabric discovery") Cc: # 4.10+ Signed-off-by: Quinn Tran Signed-off-by: Himanshu Madhani --- driver