Re: TPG_Authentication style not supported by kernel?

2013-06-14 Thread Andy Grover
On 06/14/2013 02:34 PM, Nicholas A. Bellinger wrote: Hi Dax, On Tue, 2013-06-11 at 16:21 -0600, Dax Kelson wrote: I have a fully updated Fedora 18 box with kernel 3.9.4-200. I'd like to use the technique listed here: http://linux-iscsi.org/wiki/ISCSI#TPG_Authentication Specifically, "Setting

Re: [PATCH] tcm_qla2xxx: Fix residual for underrun commands that fail

2013-06-14 Thread Nicholas A. Bellinger
Hi Roland, On Wed, 2013-06-05 at 09:54 -0700, Roland Dreier wrote: > From: Roland Dreier > > Suppose an initiator sends a DATA IN command with an allocation length > shorter than the FC transfer length -- we get a target message like > > TARGET_CORE[qla2xxx]: Expected Transfer Length: 256 d

Re: [PATCH 07/14] scsi_transport_srp: Add transport layer error handling

2013-06-14 Thread Vu Pham
Hello Bart, On 06/13/13 21:43, Vu Pham wrote: Hello Bart, +What:/sys/class/srp_remote_ports/port-:/dev_loss_tmo +Date:September 1, 2013 +KernelVersion:3.11 +Contact:linux-scsi@vger.kernel.org, linux-r...@vger.kernel.org +Description:Number of seconds the SC

interrupt coalescing in LSI HBA controller

2013-06-14 Thread Zheng Da
Hello, First, I'm not very sure if this mailing list allows to ask technical questions. I apologize if it's not a right place to ask questions. I use one LSI SAS 9207-8e controllers to attach 8 SSDs to my server. They together can deliver over 300,000 IO per second. I use mpt2sas driver and MPI-X

Re: [PATCH v2 0/2] scsi: Port buslogic driver to 64 bits

2013-06-14 Thread Khalid Aziz
On Thu, 2013-05-16 at 19:44 -0600, Khalid Aziz wrote: > This patchset ports buslogic driver to 64-bit. > > Current buslogic driver is composed of two components - SCCB manager > which communicates with adapter to execute SCSI commands (contained in > FlashPoint.c), and Linux driver part that inter

Re: [PATCH 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-06-14 Thread Santosh Y
On Thu, Jun 13, 2013 at 10:06 AM, Sujit Reddy Thumma wrote: > On 6/12/2013 11:04 AM, Santosh Y wrote: >>> >>> >>> /** >>> + * ufshcd_query_request() - API for issuing query request to the >>> device. >>> + * @hba: ufs driver context >>> + * @query: params for query request >>> + * @descripto

Re: [PATCH 1/2] scsi: ufs: Add support for sending NOP OUT UPIU

2013-06-14 Thread Santosh Y
On Fri, Jun 14, 2013 at 1:10 PM, Sujit Reddy Thumma wrote: > On 6/13/2013 10:03 AM, Sujit Reddy Thumma wrote: >>> >>> static struct scsi_host_template ufshcd_driver_template = { >>> @@ -1771,8 +2064,8 @@ int ufshcd_init(struct device *dev, struct >>> ufs_hba **hba_handle, >>> /* Configu

Re: [PATCH 07/14] scsi_transport_srp: Add transport layer error handling

2013-06-14 Thread Bart Van Assche
On 06/13/13 21:43, Vu Pham wrote: > Hello Bart, > >> >> +What:/sys/class/srp_remote_ports/port-:/dev_loss_tmo >> +Date:September 1, 2013 >> +KernelVersion:3.11 >> +Contact:linux-scsi@vger.kernel.org, linux-r...@vger.kernel.org >> +Description:Number of seconds the SCSI

[PATCH net-next 2/5] net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)

2013-06-14 Thread Isaku Yamahata
The change set of 1a37e412, "net: Use 16bits for *_headers fields of struct skbuff" converted from sk_buff_data_t into 16bit integer. So skb->tail needs to be converted to skb_tail_pointer(skb). Found by inspection. Compile tested only. Cc: Simon Horman Cc: Li RongQing Cc: linux-scsi@vger.kerne

Re: [PATCH 1/2] scsi: ufs: Add support for sending NOP OUT UPIU

2013-06-14 Thread Sujit Reddy Thumma
On 6/13/2013 10:03 AM, Sujit Reddy Thumma wrote: static struct scsi_host_template ufshcd_driver_template = { @@ -1771,8 +2064,8 @@ int ufshcd_init(struct device *dev, struct ufs_hba **hba_handle, /* Configure LRB */ ufshcd_host_memory_configure(hba); - host->can_queue =