]> 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 16:11:33 +0000 (09:11 -0700)
commitc208ff8e53bd4061a806a03b732d854596a33525
tree3d9e8a5d2c98424328d0e58d68dd9d8ccd192711
parentb185629a28f506149579e62871b05ab1e4c64cb3
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