Re: [PATCH 1/1] IB/iser: re-adjust number of max_cqe and send_wr to hw supported number.

2014-10-27 Thread Sagi Grimberg
On 10/27/2014 7:01 AM, Minh Duc Tran wrote I like to follow up with all IB/iser changes and developments for 3.19. Please keep me updated with these changes if they are not going to be in the RDMA mailing list. We keep it all on the mailing list. Stay tuned... ;) Can you try the patch

Re: [PATCH V2 for-next 0/9] Peer-Direct support

2014-10-27 Thread Yishai Hadas
On 10/23/2014 8:29 PM, Roland Dreier wrote: On Thu, Oct 23, 2014 at 5:02 AM, Yishai Hadas yish...@mellanox.com wrote: The API defined for Peer-Direct is described in this cover letter. The required implementation for a hardware device to expose memory buffers over Peer-Direct is also detailed

Re: [PATCH v2 02/12] blk-mq: Add blk_mq_unique_tag()

2014-10-27 Thread Martin K. Petersen
Bart == Bart Van Assche bvanass...@acm.org writes: Bart The queuecommand() callback functions in SCSI low-level drivers Bart need to know which hardware context has been selected by the block Bart layer. Since this information is not available in the request Bart structure, and since passing the

Re: [PATCH v2 03/12] scsi-mq: Add support for multiple hardware queues

2014-10-27 Thread Martin K. Petersen
Bart == Bart Van Assche bvanass...@acm.org writes: Bart Allow a SCSI LLD to declare how many hardware queues it supports Bart by setting Scsi_Host.nr_hw_queues before calling scsi_add_host(). Bart Note: it is assumed that each hardware queue has a queue depth of Bart shost- can_queue. In other

Re: [PATCH v2 04/12] scsi_tcq.h: Add support for multiple hardware queues

2014-10-27 Thread Martin K. Petersen
Bart == Bart Van Assche bvanass...@acm.org writes: Bart Modify scsi_find_tag() and scsi_host_find_tag() such that these Bart fuctions can translate a tag generated by blk_mq_unique_tag(). Looks good to me. Reviewed-by: Martin K. Petersen martin.peter...@oracle.com -- Martin K. Petersen