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.
Added data structures - added peer_pool fi_rxdaddr_hash and ep_rxdaddr_hash to struct rxd_ep. - removed fi_addr_table, rxd_addr_table rbmap from struct rxd_av functions modified in rxd_av.c:rxd_av_insert, rxd_av_insert_dg_addr rxd_av_insert_fi_addr,rxd_av_remove, rxd_av_close. rxd_ep.c: rxd_ep_close, rxd_ep_bind, rxd_ep_free_res rxd_endpoint. Other functions which use peer_pool instead of ep->peers array. newly added functions: rxd_update_av_peers rxd_fiaddr_hash_insert rxd_epaddr_hash_insert rxd_get_peer_entry multiple functions in rxd_msg.c, rxd_atomic.c rxd_rma.c header declrations in rxd.h
- Loading branch information
1 parent
be535bd
commit f75d3c1
Showing
7 changed files
with
549 additions
and
338 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.