RE: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-23 Thread Seokmann Ju
ACK - Thank you for the findings. Acked-by: Seokmann Ju <[EMAIL PROTECTED]> > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, February 19, 2007 10:19 AM > To: linux-scsi@vger.kernel.org; Linux Driver > Subject: [PATCH] qla2xxx: fix RSCN handling on

RE: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-22 Thread Seokmann Ju
On Thursday, February 22, 2007 11:09 AM, Malahal Naineni wrote: > I removed the cable and didn't put it back at all for more > than 1 hour. > There is no recovery here. When I disable an F-port, after > few seconds the remote port state is set to something other > than 'online'. Why not same be

Re: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-22 Thread malahal
Seokmann Ju [EMAIL PROTECTED] wrote: > On Wednesday, February 21, 2007 6:54 PM, Malahal Naineni wrote: > > I have JBOD in FL-port and if I unplug the cable or disable > > the switch port, the qla2xxx driver doesn't fail the I/O > > soon. The remote port status is 'online' all the time. The > > I

RE: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-22 Thread Seokmann Ju
uary 21, 2007 6:54 PM > To: Seokmann Ju > Cc: linux-scsi@vger.kernel.org; Linux Driver > Subject: Re: [PATCH] qla2xxx: fix RSCN handling on big-endian systems > > I have JBOD in FL-port and if I unplug the cable or disable > the switch port, the qla2xxx driver doesn't fail th

Re: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-21 Thread malahal
I have JBOD in FL-port and if I unplug the cable or disable the switch port, the qla2xxx driver doesn't fail the I/O soon. The remote port status is 'online' all the time. The I/O's usually timeout after the usual scsi timeout. Based on the existing structure, al_pa is at the lowest addressed byte,

RE: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-21 Thread Seokmann Ju
On Monday, February 19, 2007 10:19 AM, Malahal Naineni wrote: > qla2xxx driver fails to handle RSCN events affecting area or > domain due to an endian issue on big endian systems. This > fixes the port_id_t structure on big endian systems. Can you provide more details on the fails you are getti