RE: [2.6 patch] scsi/qla4xxx/ql4_isr.c: remove dead code

2008-02-21 Thread David Somayajulu
Andrew Vasquez wrote: > > > Hmm, guess it's the earlier 'if (scsi_status == 0)' check > a few lines > > > up... Dave S., can you take a look at this... Thanks, av > > > > Ah, so the !scsi_status is wrong it was supposed to be > scsi_status != > > 0 ... and even then it can just be dropped.

RE: [PATCH 07/12] qla4xxx: add qla4xxx async scan support

2008-02-04 Thread David Somayajulu
qla4xxx_version_str, ha->pdev->device, > pci_name(ha->pdev), > ha->host_no, ha->firmware_version[0], > ha->firmware_version[1], > ha->patch_number, ha->build_number); > - > + scsi_scan_host(host); > return 0; > >

RE: [PATCH 02/12] qla4xxx: have qla4xxx directly call iscsi recovery functions

2008-02-04 Thread David Somayajulu
; { > @@ -308,6 +272,9 @@ int qla4xxx_add_sess(struct ddb_entry *ddb_entry) > DEBUG2(printk(KERN_ERR "Could not add connection.\n")); > return -ENOMEM; > } > + > + /* finally ready to go */ > + iscsi_unblock_session(ddb_entry-&

RE: [PATCH 03/12] qla4xxx: have qla4xxx use iscsi class session state check ready

2008-02-04 Thread David Somayajulu
+ cmd->result = rval; > + goto qc_fail_command; > + } > + > if (atomic_read(&ddb_entry->state) != DDB_STATE_ONLINE) { > if (atomic_read(&ddb_entry->state) == DDB_STATE_DEAD) { > cmd->result = DID_NO

RE: [PATCH 05/12] qla4xxx: fix recovery timer and session unblock race

2008-02-04 Thread David Somayajulu
c > routine - dpc " > + "flags = 0x%lx\n", > + ha->host_no, __func__, ha->dpc_flags)); > + queue_work(ha->dpc_thread, &ha->dpc_work); > + } > } > > static int qla4xxx_host_get_param(struct Scsi_Host *shost, > -- > 1.5.2.1 Acked by David Somayajulu <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH 2/2] qla4xxx: Add target reset functionality

2007-12-21 Thread David Somayajulu
vice), > +"WARM TARGET RESET FAILED.\n"); > + return FAILED; > + } > + > + /* Send marker. */ > + ha->marker_needed = 1; > + > + /* > + * If we are coming down the EH path, wait for all > commands to complete >

RE: [RFC] [PATCH] qla4xxx: Updated add IPv6 and misc support bugfixes cleanup

2007-05-17 Thread David Somayajulu
ion were getting released due to module > unload, when the function was recovering from reset issued by one of the other functions. > > 10. In qla4xxx_free_adapter() memory resources needed to be freed after free_irq() is invoked. > > Thanks > > David Somayajulu > > QL

RE: [RFC] [PATCH 4/5] qla4xxx: Add IPv6 support and misc

2007-05-07 Thread David Somayajulu
> From: Mike Christie [mailto:[EMAIL PROTECTED] > Sent: Monday, May 07, 2007 11:31 AM > David C Somayajulu wrote: > > Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> > > > > --- > > drivers/scsi/qla4xxx/ql4_mbx.c | 190 ++-- > > &g

RE: [PATCH] qla4xxx: bug fixes

2007-01-29 Thread David Somayajulu
> From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 27, 2007 8:08 AM > On Mon, 2007-01-22 at 12:26 -0800, David C Somayajulu wrote: > > The included patch fixes the following issues: > > 1. qla3xxx/qla4xxx co-existence issue which can result in a lockup when qla3xxx driver i

RE: [patch] scsi: use lock per host instead of per device for shared queue tag host

2007-01-24 Thread David Somayajulu
rn 1; } while (test_and_set_bit(tag, bqt->tag_map)); Please see the following link for the discussion http://marc.theaimsgroup.com/?l=linux-scsi&m=115886351206726&w=2 Cheers David Somayajulu QLogic Corporation - To unsubscribe from this list: send the line "unsubscribe l