Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: Respect FI_MR_LOCAL in transport path
Currently, efa provider tries to register user buffer in transport in multiple places without checking whether application sets FI_MR_LOCAL, which is not complied with Libfabric standard. Add warning when application sets FI_MR_LOCAL but does not provide a valid desc parameter into applicable data transfer operations. Signed-off-by: Jessie Yang <[email protected]>
- Loading branch information