]> git.openfabrics.org - ~shefty/libibverbs.git/commit
libibverbs: Introduce XRC domains
authorSean Hefty <sean.hefty@intel.com>
Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 28 Sep 2012 19:12:45 +0000 (12:12 -0700)
commit46318924283ba96f16863a0c77ad677e8d43e907
tree2db36b8f446df11adc6bd2c4e1c444949a6db8d6
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