linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* generic RDMA READ/WRITE API V3
@ 2016-03-03 18:03 Christoph Hellwig
  2016-03-03 18:03 ` [PATCH 1/8] IB/core: allow passing mapping an offset into the SG in ib_map_mr_sg Christoph Hellwig
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Christoph Hellwig @ 2016-03-03 18:03 UTC (permalink / raw)
  To: linux-rdma; +Cc: swise, sagig, bart.vanassche, target-devel

This series contains patches that implement a first version of a generic
API to handle RDMA READ/WRITE operations as commonly used on the target
(or server) side for storage protocols.

This has been developed for the upcoming NVMe over Fabrics target, and
extensively teѕted as part of that, although this upstream version has
additional updates over the one we're currently using.

It hides details such as the use of MRs for iWarp devices, and will allow
looking at other HCA specifics easily in the future.

This series contains a conversion of the SRP target, and the git tree
below also has a RFC conversion of the iSER target (a little hacky
due to the signature MR support which I can't test)

I also have a git tree available at:

	git://git.infradead.org/users/hch/rdma.git rdma-rw-api

Gitweb:

	http://git.infradead.org/users/hch/rdma.git/shortlog/refs/heads/rdma-rw-api

These two also include the RFC iSER target conversion.

Chances since V2:
 - fold the list_del in mr_pool_get into the right patch
 - clamp the max FR page size length
 - minor srpt style fix
 - spelling fixes
 - renamed rdma_has_read_invalidate to rdma_cap_read_inv

Changes since V1:
 - fixed offset handling in ib_sg_to_pages
 - uses proper SG iterators to handle larger than PAGE_SIZE segments
 - adjusted parameters for some functions to reduce size of the context
 - SRP target support

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

end of thread, other threads:[~2016-03-07 16:08 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03 18:03 generic RDMA READ/WRITE API V3 Christoph Hellwig
2016-03-03 18:03 ` [PATCH 1/8] IB/core: allow passing mapping an offset into the SG in ib_map_mr_sg Christoph Hellwig
     [not found]   ` <1457028192-24965-2-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-03-07 16:00     ` Steve Wise
     [not found] ` <1457028192-24965-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-03-03 18:03   ` [PATCH 2/8] IB/core: add a helper to check for READ WITH INVALIDATE support Christoph Hellwig
     [not found]     ` <1457028192-24965-3-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-03-07 16:01       ` Steve Wise
2016-03-03 18:03 ` [PATCH 3/8] IB/core: refactor ib_create_qp Christoph Hellwig
     [not found]   ` <1457028192-24965-4-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-03-07 16:04     ` Steve Wise
2016-03-03 18:03 ` [PATCH 4/8] IB/core: add a simple MR pool Christoph Hellwig
     [not found]   ` <1457028192-24965-5-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-03-07 16:05     ` Steve Wise
2016-03-07 16:07       ` Parav Pandit
2016-03-03 18:03 ` [PATCH 5/8] IB/core: add a need_inval flag to struct ib_mr Christoph Hellwig
2016-03-03 18:03 ` [PATCH 6/8] IB/core: generic RDMA READ/WRITE API Christoph Hellwig
     [not found]   ` <1457028192-24965-7-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-03-03 20:02     ` Steve Wise
2016-03-03 20:09       ` 'Christoph Hellwig'
     [not found]   ` <019e01d17587$a7b11490$f7133db0$@opengridcomputing.com>
2016-03-03 20:48     ` Steve Wise
2016-03-04 17:13       ` 'Christoph Hellwig'
2016-03-07 16:08   ` Steve Wise
2016-03-03 18:03 ` [PATCH 7/8] target: enhance and export target_alloc_sgl/target_free_sgl Christoph Hellwig
2016-03-03 18:03 ` [PATCH 8/8] IB/srpt: convert to the generic RDMA READ/WRITE API Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).