]> git.openfabrics.org - ~shefty/libibverbs.git/commit
libibverbs: Introduce XRC domains
authorSean Hefty <sean.hefty@intel.com>
Fri, 7 Sep 2012 21:38:07 +0000 (14:38 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 28 Sep 2012 19:01:30 +0000 (12:01 -0700)
commit1d5c0ac8e56de2b18c46f67ae528c92510f80f81
treef3f8e633898e3c7505ac27460a3b12095f8911cf
parente3d312ae562579568c8941c4a9851a8b210eb70f
libibverbs: Introduce XRC domains

XRC introduces several new concepts and structures, one of
which is the XRC domain.

XRC domains: xrcd's are a type of protection domain used to
associate shared receive queues with xrc queue pairs.  Since
xrcd are meant to be shared among multiple processes, we
introduce new APIs to open/close xrcd's.

The user to kernel ABI is extended to account for opening/
closing the xrcd.

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