[PATCH v7 5/9] snic:add SCSI handling, AEN, and fwreset handling

2015-05-29 Thread Narsimhulu Musini
snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset, and host reset. Also it handles asynchronous event notifications from FW. Signed-off-by: Narsimhulu Musini nmus...@cisco.com Signed-off-by: Sesidhar Baddela sebad...@cisco.com --- * v7 - Removed SNIC_DEBUG macro. * v6 -

Re: [PATCH v7 5/9] snic:add SCSI handling, AEN, and fwreset handling

2015-05-29 Thread Hannes Reinecke
On 05/29/2015 10:04 AM, Narsimhulu Musini wrote: snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset, and host reset. Also it handles asynchronous event notifications from FW. Signed-off-by: Narsimhulu Musini nmus...@cisco.com Signed-off-by: Sesidhar Baddela