-
Notifications
You must be signed in to change notification settings - Fork 395
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
Split EQs into control and data event domains #24
Comments
Addressed by commit 90f6847 |
sungeunchoi
pushed a commit
to sungeunchoi/libfabric
that referenced
this issue
Feb 27, 2015
prov/gni: remove gnix_cdm struct
aingerson
referenced
this issue
in aingerson/libfabric
Jan 25, 2017
Keep in sync with libfabric changes
arn314
pushed a commit
that referenced
this issue
Sep 20, 2018
… is NULL. (#24) I was seeing segmentation faults because cmap attributes cleanup function pointer was uninitialized. Signed-off-by: Steve Welch <swelch@systemfabricworks.com>
tstruk
pushed a commit
to tstruk/libfabric
that referenced
this issue
Oct 7, 2024
) LEX-3889: rework LPP's fi_getinfo() to not modify user provided. Also adjusted LPP's fi_domain() to return optimal configuration values on *info when UNSPEC fields are present. * LEX-3889: rework LPP's fi_getinfo() to not modify user provided. Also adjusted LPP's fi_domain() to return optimal configuration values on *info when UNSPEC fields are present. Signed-off-by: Benjamin Kitor <bkitor@gigaio.com> Approved-by: Tadeusz Struk Approved-by: Eric Pilmore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Identify EQs as either belonging to a control or data domain. Data EQs are equivalent to CQs -- used to report data transfer completions -- and are optimized for performance, expected to be implemented in HW. Control EQs will be used to report all other events, and will trade off performance for ease of use by the app.
The text was updated successfully, but these errors were encountered: