Skip to content

Commit

Permalink
prov/efa: Remove rxr_ep->rdm_ep
Browse files Browse the repository at this point in the history
This commit removes the rdm_ep member of rxr_ep. The RDM endpoint no
longer uses the DGRAM endpoint as a lower endpoint

Signed-off-by: Sai Sunku <sunkusa@amazon.com>
  • Loading branch information
sunkuamzn committed Jan 20, 2023
1 parent 50adbe6 commit ee823d5
Show file tree
Hide file tree
Showing 17 changed files with 401 additions and 465 deletions.
1 change: 0 additions & 1 deletion libfabric.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,6 @@
<ClCompile Include="prov\efa\src\efa_prov_info.c" />
<ClCompile Include="prov\efa\src\efa_fork_support.c" />
<ClCompile Include="prov\efa\src\efa_base_ep.c" />
<ClCompile Include="prov\efa\src\dgram\efa_cm.c" />
<ClCompile Include="prov\efa\src\dgram\efa_ep.c" />
<ClCompile Include="prov\efa\src\dgram\efa_msg.c" />
<ClCompile Include="prov\efa\src\dgram\efa_rma.c" />
Expand Down
1 change: 0 additions & 1 deletion prov/efa/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ _efa_files = \
prov/efa/src/efa_fork_support.c \
prov/efa/src/efa_tp_def.c \
prov/efa/src/efa_base_ep.c \
prov/efa/src/dgram/efa_cm.c \
prov/efa/src/dgram/efa_ep.c \
prov/efa/src/dgram/efa_msg.c \
prov/efa/src/dgram/efa_rma.c \
Expand Down
80 changes: 0 additions & 80 deletions prov/efa/src/dgram/efa_cm.c

This file was deleted.

Loading

0 comments on commit ee823d5

Please sign in to comment.