forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: Implement efa_msg interface
Rename efa_dgram_msg.c to efa_msg.c as a common MSG interface for both rdm and dgram ep type. Add support for FI_INJECT and FI_REMOTE_CQ_DATA. Replace ibv_post_send with ibv_wr* calls and remove xmit_more_wr_head and xmit_more_wr_tail. Replace recv_more_wr_head and recv_more_wr_tail with efa_recv_wr_vec. Signed-off-by: Jessie Yang <jiaxiyan@amazon.com>
- Loading branch information
1 parent
d8f367b
commit b30ce18
Showing
10 changed files
with
392 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.