]> git.openfabrics.org - ~shefty/rdma-win.git/commit
winverbs: add mr interface
authorSean Hefty <sean.hefty@intel.com>
Tue, 13 Jul 2010 18:51:32 +0000 (11:51 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 13 Jul 2010 18:51:32 +0000 (11:51 -0700)
commit7234f30db53d71076add797f09f2e530ee04b628
tree06cdce656914daffeb60188020c0cbccef3f6806
parent0a02ac93d7287bbdc48578efcf676190572718f1
winverbs: add mr interface

The lkey isn't guaranteed to be unique.  To ensure that we track
memory registrations properly, associate MRs with their own data
structure.  Deregistration will reference the data structure, rather
than just the lkey from the registration.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>