All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Reduce RDMA RW API SGE limit
@ 2016-06-30 13:46 Bart Van Assche
       [not found] ` <c9a58bf1-b230-5990-a2b3-4e6aa729cd8f-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 24+ messages in thread
From: Bart Van Assche @ 2016-06-30 13:46 UTC (permalink / raw)
  To: Doug Ledford
  Cc: Christoph Hellwig, Sagi Grimberg, Nicholas A. Bellinger,
	Parav Pandit, Laurence Oberman, Steve Wise,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hello Doug,

The five patches in this series modify the RDMA RW API slightly. This is 
needed to avoid that the SRP and iSER target drivers submit RDMA 
requests with an SGE list that exceeds the queue pair limits. The 
ib_srpt changes in this series have been tested but the ib_isert changes 
not yet.

The changes compared to v1 of this patch series are:
* max_send_sge is now stored in struct ib_qp. This greatly simplifies
   this patch series.
* An unneeded initialization that I had added to rdma_rw_init_one_mr()
   has been left out again.
* Corrected "Fixes" tag in the patch description where needed.

The individual patches in this series are:

0001-IB-core-Make-rdma_rw_ctx_init-initialize-all-used-fi.patch
0002-IB-core-RDMA-RW-API-Do-not-exceed-QP-SGE-send-limit.patch
0003-IB-srpt-Limit-the-number-of-SG-elements-per-work-req.patch
0004-IB-srpt-Simplify-srpt_queue_response.patch
0005-IB-isert-Remove-an-unused-member-variable.patch

Thanks,

Bart.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2016-07-14  0:26 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-30 13:46 [PATCH v2 0/5] Reduce RDMA RW API SGE limit Bart Van Assche
     [not found] ` <c9a58bf1-b230-5990-a2b3-4e6aa729cd8f-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-06-30 13:49   ` [PATCH v2 1/5] IB/core: Make rdma_rw_ctx_init() initialize all used fields Bart Van Assche
     [not found]     ` <5917eaad-10e5-31c3-2b97-78cfcd8065de-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-07-13  9:22       ` Sagi Grimberg
2016-06-30 13:49   ` [PATCH v2 2/5] IB/core, RDMA RW API: Do not exceed QP SGE send limit Bart Van Assche
     [not found]     ` <7b9f8bca-38fa-b289-a92f-19cf93955e32-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-07-13  9:23       ` Sagi Grimberg
2016-07-13  9:32       ` Sagi Grimberg
     [not found]         ` <57860AA4.6070303-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
2016-07-13 10:18           ` Bart Van Assche
     [not found]             ` <700c95fd-ea9f-e83c-389f-30e1ca846dac-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-07-13 10:32               ` Sagi Grimberg
     [not found]                 ` <578618BD.5080101-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
2016-07-13 14:29                   ` Steve Wise
2016-07-14  0:26                     ` Bart Van Assche
2016-07-13 14:22           ` Steve Wise
2016-06-30 13:50   ` [PATCH v2 3/5] IB/srpt: Limit the number of SG elements per work request Bart Van Assche
     [not found]     ` <908f9aa5-1afd-2eab-29d8-475626e0db49-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-07-13  9:27       ` Sagi Grimberg
     [not found]         ` <5786098E.5020305-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>
2016-07-13  9:33           ` Sagi Grimberg
2016-07-13  9:39           ` Bart Van Assche
2016-06-30 13:51   ` [PATCH v2 4/5] IB/srpt: Simplify srpt_queue_response() Bart Van Assche
2016-06-30 13:51   ` [PATCH v2 5/5] IB/isert: Remove an unused member variable Bart Van Assche
     [not found]     ` <1adf8679-33d8-ef72-7f11-23b4a889d669-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-07-13 10:33       ` Sagi Grimberg
2016-06-30 13:54   ` [PATCH v2 0/5] Reduce RDMA RW API SGE limit Laurence Oberman
     [not found]     ` <1995455969.2271399.1467294878655.JavaMail.zimbra-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-07-01 14:52       ` Laurence Oberman
2016-06-30 14:27   ` Steve Wise
2016-06-30 15:10     ` Bart Van Assche
     [not found]       ` <047e7fc1-841f-963b-7fb5-ef659613c762-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-06-30 15:14         ` Steve Wise
2016-07-13 13:18   ` Doug Ledford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.