]> 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 17:28:19 +0000 (10:28 -0700)
commit6c21151cd85b48c75ab2dfe6f7c5cee59e5be3dc
treeff25a98f5caa5889dfa52d7e2a6a9aa3e69b3ee5
parentb1cc207d04e9df91c000aadd20d3612f3cb58552
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>