-
Notifications
You must be signed in to change notification settings - Fork 382
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
prov/efa: Split efa_rdm_ep.inject_size
, add support for remaining EP size opts
#10413
Conversation
size_t max_tagged_size; /**< #FI_OPT_MAX_TAGGED_SIZE */ | ||
size_t max_rma_size; /**< #FI_OPT_MAX_RMA_SIZE */ | ||
size_t max_atomic_size; /**< #FI_OPT_MAX_ATOMIC_SIZE */ | ||
size_t inject_msg_size; /**< #FI_OPT_INJECT_MSG_SIZE */ |
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.
I am considering whether we can make it as an array with index as op code.
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.
This is not a blocking comment though
bot:aws:retest |
Pretty sure MSVC is unhappy |
4652bbe
to
641af7b
Compare
you will need to rebase after #10419 is merged to get Intel CI to pass |
5d2b9f6
to
7dc814a
Compare
Hmm it definitely was |
bot:aws:retest |
Need to rebase and resolve the merge conflict |
437c13b
to
e1f26a2
Compare
Signed-off-by: Darryl Abbate <drl@amazon.com>
This adds support for FI_OPT_{MSG,INJECT}_{TAGGED,ATOMIC}_SIZE Signed-off-by: Darryl Abbate <drl@amazon.com>
e1f26a2
to
8c2b302
Compare
No description provided.