Re: [PATCH 1/2] qla2xxx: Fix FC-AL connection target discovery

2019-03-18 Thread Ewan D. Milne
On Fri, 2019-03-15 at 15:04 -0700, Himanshu Madhani wrote: > From: Quinn Tran > > Commit 7f147f9bfd44 fixed N2N target discovery for local loop. > However, same code is used for FC-AL discovery as well. Added check > to make sure we are bypassing area and domain check only in N2N > topology for t

[PATCH 1/2] qla2xxx: Fix FC-AL connection target discovery

2019-03-15 Thread Himanshu Madhani
From: Quinn Tran Commit 7f147f9bfd44 fixed N2N target discovery for local loop. However, same code is used for FC-AL discovery as well. Added check to make sure we are bypassing area and domain check only in N2N topology for target discovery. Fixes: 7f147f9bfd44 ("scsi: qla2xxx: Fix N2N target d