Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rdma: fi_{send,write}data: do arithmetic on uintptr
void pointer arithmetic is illegal in c++; cast to uintptr, do the offset, then cast to void* to pass to libfabric.
- Loading branch information