Re: [PATCH v2 05/19] be2iscsi: Display driver name and version in device attribute

2012-10-24 Thread Mike Christie
On 10/19/2012 06:12 PM, John Soni Jose wrote: Signed-off-by: John Soni Jose sony.joh...@emulex.com Signed-off-by: Jayamohan Kallickal jayamohan.kallic...@emulex.com --- drivers/scsi/be2iscsi/be_main.c |2 ++ drivers/scsi/be2iscsi/be_mgmt.c | 16

Re: [PATCH v2 00/19] be2iscsi driver updates

2012-10-24 Thread Mike Christie
On 10/19/2012 06:11 PM, John Soni Jose wrote: V2 patches for be2iscsi driver updates. Fixed the review comments with this patch. These patches were generated aganist scsi-misc branch. be2iscsi: Fix the issue with soft reset. be2iscsi: Display Completion Event string instead of Opcode

Re: [PATCH] BNX2I: Removed the individual PCI DEVICE ID checking

2012-10-24 Thread Mike Christie
On 10/15/2012 07:31 PM, Eddie Wai wrote: Removed the individual PCI DEVICE ID checking inside bnx2i. The device type can easily be read from the corresponding cnic-flags. This will free bnx2i from having to get updated for every new device ID that gets added. Signed-off-by: Eddie Wai

Re: [PATCH 3/4] Make blk_cleanup_queue() wait until request_fn finished

2012-10-24 Thread Tejun Heo
Hello, Bart. On Tue, Oct 23, 2012 at 02:16:12PM +0200, Bart Van Assche wrote: On 10/17/12 01:51, Tejun Heo wrote: -void blk_drain_queue(struct request_queue *q, bool drain_all) +static void blk_drain_queue(struct request_queue *q, bool drain_all) { int i; while (true) { -

Re: [PATCH][SCSI] hptiop: Support HighPoint RR4520/RR4522 HBA

2012-10-24 Thread Andrew Morton
On Wed, 24 Oct 2012 11:28:54 +0800 HighPoint Linux Team li...@highpoint-tech.com wrote: Support HighPoint RR4520/RR4522 HBAs which are based on Marvell Frey. Signed-off-by: HighPoint Linux Team li...@highpoint-tech.com Documentation/scsi/hptiop.txt | 69 ++- drivers/scsi/hptiop.c

[PATCH] osduld: Add osdname systemid sysfs at scsi_osd class

2012-10-24 Thread Boaz Harrosh
This patch adds the support for the following two read-only sysfs attributes to scsi_osd class members : osdname systemid These attributes will show up as below in sysfs class hierarchy: /sys/class/scsi_osd/osdX/osdname /sys/class/scsi_osd/osdX/systemid The osdname systemid are OSD device

Re: [osd-dev] [PATCH] osduld: Add osdname systemid sysfs at scsi_osd class

2012-10-24 Thread Boaz Harrosh
On 10/24/2012 02:51 PM, Boaz Harrosh wrote: This patch adds the support for the following two read-only sysfs attributes to scsi_osd class members : osdname systemid These attributes will show up as below in sysfs class hierarchy: /sys/class/scsi_osd/osdX/osdname

Re: Drivers: scsi

2012-10-24 Thread James Bottomley
On Wed, 2012-10-24 at 09:25 -0700, K. Y. Srinivasan wrote: When the low level driver returns SCSI_MLQUEUE_DEVICE_BUSY, how is the command retried; I suspect the retry is done after some delay. Delay depends mainly on I/O pressure and the unplug timer in the block layer. Is this delay

RE: Drivers: scsi

2012-10-24 Thread KY Srinivasan
-Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Wednesday, October 24, 2012 6:25 PM To: KY Srinivasan Cc: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; oher...@suse.com; h...@infradead.org;

[PATCH][SCSI] hptiop: Support HighPoint RR4520/RR4522 HBA

2012-10-24 Thread HighPoint Linux Team
Support IOP RR4520/RR4522 which are based on Marvell frey. Signed-off-by: HighPoint Linux Team li...@highpoint-tech.com Documentation/scsi/hptiop.txt | 69 ++- drivers/scsi/hptiop.c | 413 -- drivers/scsi/hptiop.h | 72 +++ 3

[v6 PATCH 0/8] csiostor: Chelsio FCoE offload driver submission

2012-10-24 Thread Naresh Kumar Inna
This is the initial submission of the Chelsio FCoE offload driver (csiostor) to the upstream kernel. This driver currently supports FCoE offload functionality over Chelsio T4-based 10Gb Converged Network Adapters. The following patches contain the driver sources for csiostor driver and updates to

[v6 PATCH 1/8] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates).

2012-10-24 Thread Naresh Kumar Inna
This patch contains updates to firmware/hardware header files shared between csiostor and cxgb4/cxgb4vf, and the resulting changes to the cxgb4/cxgb4vf source files. Signed-off-by: Naresh Kumar Inna nar...@chelsio.com --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |8 ++--

[v6 PATCH 2/8] csiostor: Chelsio FCoE offload driver submission (headers part 1).

2012-10-24 Thread Naresh Kumar Inna
This patch contains the first set of the header files for csiostor driver. Signed-off-by: Naresh Kumar Inna nar...@chelsio.com --- V2: - Removed csio_fcoe_proto.h, using defines from include/scsi/fc instead. - Removed driver-specific return values, using errno values instead. - Retained

[v6 PATCH 3/8] csiostor: Chelsio FCoE offload driver submission (headers part 2).

2012-10-24 Thread Naresh Kumar Inna
This patch contains the second set of the header files for csiostor driver. Signed-off-by: Naresh Kumar Inna nar...@chelsio.com --- drivers/scsi/csiostor/csio_lnode.h | 255 ++ drivers/scsi/csiostor/csio_mb.h| 278 +++ drivers/scsi/csiostor/csio_rnode.h |