]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
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)
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>

No differences found