public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] librdmacm: Add support for XRC QPs
@ 2014-07-02  6:11 sean.hefty-ral2JQCrhuEAvxtiuMwx3w
       [not found] ` <1404281479-6755-1-git-send-email-sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: sean.hefty-ral2JQCrhuEAvxtiuMwx3w @ 2014-07-02  6:11 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Sean Hefty

From: Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Update the XRC support in the librdmacm to match the upstream
libibverbs XRC support, plus verbs extensions.

This patch aligns the librdmacm with the latest libibverbs
version, and removes compatibility with earlier version
of libibverbs that do not support verbs extensions.

Sean Hefty (8):
  librdmacm: Remove NULL checks after calling alloca
  librdmacm: Use SRQ in rdma_create_qp
  build: Add build support for XRC
  rdmacm: Add functionality to allocate an XRCD
  rdmacm: Add support for allocating XRC SRQs
  rdmacm: Add support for XRC QPs
  rdmacm: Update addrinfo with XRC support
  example/rdma_xclient/server: Update XRC support in sample programs

 configure.ac              |    8 +-
 examples/rdma_xclient.c   |  195 ++++++-------------------------
 examples/rdma_xserver.c   |  285 ++++++++-------------------------------------
 include/rdma/rdma_cma.h   |    4 +-
 include/rdma/rdma_verbs.h |    3 +-
 src/addrinfo.c            |   14 +--
 src/cma.c                 |  166 ++++++++++++++++++++-------
 src/cma.h                 |   42 +-------
 src/librdmacm.map         |    2 +
 9 files changed, 223 insertions(+), 496 deletions(-)

-- 
1.7.3

--
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] 9+ messages in thread

end of thread, other threads:[~2014-07-02  6:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02  6:11 [PATCH 0/8] librdmacm: Add support for XRC QPs sean.hefty-ral2JQCrhuEAvxtiuMwx3w
     [not found] ` <1404281479-6755-1-git-send-email-sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-07-02  6:11   ` [PATCH 1/8] librdmacm: Remove NULL checks after calling alloca sean.hefty-ral2JQCrhuEAvxtiuMwx3w
2014-07-02  6:11   ` [PATCH 2/8] librdmacm: Use SRQ in rdma_create_qp sean.hefty-ral2JQCrhuEAvxtiuMwx3w
2014-07-02  6:11   ` [PATCH 3/8] build: Add build support for XRC sean.hefty-ral2JQCrhuEAvxtiuMwx3w
2014-07-02  6:11   ` [PATCH 4/8] rdmacm: Add functionality to allocate an XRCD sean.hefty-ral2JQCrhuEAvxtiuMwx3w
2014-07-02  6:11   ` [PATCH 5/8] rdmacm: Add support for allocating XRC SRQs sean.hefty-ral2JQCrhuEAvxtiuMwx3w
2014-07-02  6:11   ` [PATCH 6/8] rdmacm: Add support for XRC QPs sean.hefty-ral2JQCrhuEAvxtiuMwx3w
2014-07-02  6:11   ` [PATCH 7/8] rdmacm: Update addrinfo with XRC support sean.hefty-ral2JQCrhuEAvxtiuMwx3w
2014-07-02  6:11   ` [PATCH 8/8] example/rdma_xclient/server: Update XRC support in sample programs sean.hefty-ral2JQCrhuEAvxtiuMwx3w

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox