[libfabric-users] Binding EP with memory region with flags?

Dave Goodell (dgoodell) dgoodell at cisco.com
Thu Jul 14 11:36:19 PDT 2016


On Jul 14, 2016, at 1:31 PM, Sur, Sayantan <sayantan.sur at intel.com> wrote:
> 
> I think we need to revisit that and fix the bug. In the meanwhile, ofi_ep_bind_valid() seems to be correct per the current definition of OFI … there shouldn’t be a need to bind a MR to an EP.

Agreed.  fi_mr_reg() registers the memory with the domain, not with an endpoint.

The man page for fi_endpoint(3) could probably use a tweak to avoid misleading users into thinking that binding MRs to EPs is necessary:

----8<----
       fi_ep_bind
              Associate  an  endpoint  with  an event queue, completion queue,
              counter, address vector, or memory region
----8<----

-Dave



More information about the Libfabric-users mailing list