]> git.openfabrics.org - ~shefty/libibverbs.git/commit
livibverbs: Add support for XRC SRQs
authorSean Hefty <sean.hefty@intel.com>
Mon, 17 Sep 2012 19:34:55 +0000 (12:34 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 26 Sep 2012 17:03:02 +0000 (10:03 -0700)
commitfd67d92d191e2a549d563317150999b4f0ab3bc1
treee1563f3afb59f9034fe7d7236e3d85eedfbfb15f
parent07cc711dd4091666de3c99545c64578ce6472da7
livibverbs: Add support for XRC SRQs

XRC support requires the use of a new type of SRQ.

XRC shared receive queues: xrc srq's are similar to normal
srq's, except that they are bound to an xrcd, rather
than to a protection domain.  Based on the current spec
and implementation, they are only usable with xrc qps.  To
support xrc srq's, we define a new srq_init_attr structure
to include an srq type and other needed information.

The kernel ABI is also updated to allow creating extended
SRQs.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
include/infiniband/driver.h
include/infiniband/kern-abi.h
include/infiniband/verbs.h
src/cmd.c
src/libibverbs.map