-
Notifications
You must be signed in to change notification settings - Fork 499
prov/efa: Refactor AV to split it for efa/efa-direct #12222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
a-szegel
wants to merge
16
commits into
ofiwg:main
Choose a base branch
from
a-szegel:refactor-av-component
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,830
−2,203
Open
Changes from 7 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
73b570d
prov/efa: add efa_av_is_valid_address helper function
a-szegel 6b89ad2
prov/efa: add efa_proto_av header with struct definitions
a-szegel 12f00c7
prov/efa: add context_len parameter to efa_av_init_util_av
a-szegel e66e642
prov/efa: add efa_av_addr_to_entry and efa_av_entry_ep_addr helpers
a-szegel bd5b66b
prov/efa: migrate base path callers to efa_av_addr_to_entry
a-szegel 0eb01d7
prov/efa: change efa_av_reverse_av_add/_remove signature to take efa_…
a-szegel c4743cf
prov/efa: add efa_proto_av implementation
a-szegel 5059ae0
prov/efa: use FI_ADDR_NOTAVAIL for empty fi_addr slot check
a-szegel 9c35b0c
prov/efa: wire efa_proto_av into RDM, switch peer backing to efa_prot…
a-szegel 027f6ca
prov/efa: release util_domain.lock on malloc failure in efa_ah_alloc
a-szegel 65f7055
prov/efa: fix AH layering — move eviction to efa_proto_av.c
a-szegel 5415fed
prov/efa: split efa_ah into base and protocol layers
a-szegel 451a3a7
prov/efa: strip efa_av to base-only
a-szegel 7af9f8a
prov/efa: delete efa_conn.c and efa_conn.h
a-szegel 2b8e742
prov/efa/test: split AV tests into base and protocol files
a-szegel 3e8d130
prov/efa/test: add new unit tests for AV coverage
a-szegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message says "add" but it's really being moved