Re: [EXT] Re: [PATCH 07/14] qla2xxx: Fix Nport ID display value

2019-09-12 Thread Himanshu Madhani
Thanks Roman. Looks like my system did not had updated 5.4/queue branch, which caused this hunk failure. Martin, I am resending this series after rebasing on your latest 5.4/queue. Thanks, Himanshu On 9/12/19, 11:55 AM, "Roman Bolshakov" wrote: External Email -

Re: [PATCH 07/14] qla2xxx: Fix Nport ID display value

2019-09-12 Thread Roman Bolshakov
On Thu, Sep 12, 2019 at 08:19:42AM -0700, Himanshu Madhani wrote: > From: Quinn Tran > > For N2N, the NPort ID is assigned by driver in the PLOGI ELS. > According to FW Spec the byte order for SID is not the same as > DID. > > Signed-off-by: Quinn Tran > Signed-off-by: Himanshu Madhani > --- >

[PATCH 07/14] qla2xxx: Fix Nport ID display value

2019-09-12 Thread Himanshu Madhani
From: Quinn Tran For N2N, the NPort ID is assigned by driver in the PLOGI ELS. According to FW Spec the byte order for SID is not the same as DID. Signed-off-by: Quinn Tran Signed-off-by: Himanshu Madhani --- drivers/scsi/qla2xxx/qla_iocb.c | 7 --- 1 file changed, 4 insertions(+), 3 dele