]> 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)
commitc09f0f5210d792fa6846494d34abc038665698a7
tree203c56684f2558fb5994fc74bd9bfd9ff44db867
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