[PATCH 05/10] fnic: fnic driver may hit BUG_ON on device reset

2013-02-12 Thread Hiral Patel
The issue was observed when LUN Reset is issued through IOCTL or sg_reset utility. fnic driver issues LUN RESET to firmware. On successful completion of device reset, driver cleans up all the pending IOs that were issued prior to device reset. These pending IOs are expected to be in ABTS_PENDING s

[PATCH 05/10] fnic: fnic driver may hit BUG_ON on device reset

2013-01-29 Thread Hiral Patel
The issue was observed when LUN Reset is issued through IOCTL or sg_reset utility. fnic driver issues LUN RESET to firmware. On successful completion of device reset, driver cleans up all the pending IOs that were issued prior to device reset. These pending IOs are expected to be in ABTS_PENDING s

Re: [PATCH 05/10] fnic: fnic driver may hit BUG_ON on device reset

2012-12-17 Thread Hiral Patel (hiralpat)
Just submitted 05, 06, 07 and 08 fnic patches after verifying compilation of each patch independently. Thanks, Hiral On 12/17/12 3:24 AM, "James Bottomley" wrote: >On Mon, 2012-12-10 at 01:21 -0800, Hiral Patel wrote: >> The issue was observed when LUN Reset is issued through IOCTL or >>sg_rese

[PATCH 05/10] fnic: fnic driver may hit BUG_ON on device reset

2012-12-17 Thread Hiral Patel
The issue was observed when LUN Reset is issued through IOCTL or sg_reset utility. fnic driver issues LUN RESET to firmware. On successful completion of device reset, driver cleans up all the pending IOs that were issued prior to device reset. These pending IOs are expected to be in ABTS_PENDING s

Re: [PATCH 05/10] fnic: fnic driver may hit BUG_ON on device reset

2012-12-17 Thread James Bottomley
On Mon, 2012-12-10 at 01:21 -0800, Hiral Patel wrote: > The issue was observed when LUN Reset is issued through IOCTL or sg_reset > utility. > > fnic driver issues LUN RESET to firmware. On successful completion of device > reset, driver cleans up all the pending IOs that were issued prior to devi

[PATCH 05/10] fnic: fnic driver may hit BUG_ON on device reset

2012-12-10 Thread Hiral Patel
The issue was observed when LUN Reset is issued through IOCTL or sg_reset utility. fnic driver issues LUN RESET to firmware. On successful completion of device reset, driver cleans up all the pending IOs that were issued prior to device reset. These pending IOs are expected to be in ABTS_PENDING s