]> 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)
commit4188913a8df4c9eca174dfea2f65aea20b243a6c
tree815e29364f4b5792b68b75427a1c7c571ed0a27f
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>