Skip to content
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

Closed
shefty opened this issue Sep 3, 2014 · 1 comment
Closed

Split EQs into control and data event domains #24

shefty opened this issue Sep 3, 2014 · 1 comment
Assignees
Milestone

Comments

@shefty
Copy link
Member

shefty commented Sep 3, 2014

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.

@shefty shefty added this to the alpha release milestone Sep 3, 2014
@shefty shefty self-assigned this Sep 12, 2014
@shefty
Copy link
Member Author

shefty commented Sep 17, 2014

Addressed by commit 90f6847

@shefty shefty closed this as completed Sep 17, 2014
sungeunchoi pushed a commit to sungeunchoi/libfabric that referenced this issue Feb 27, 2015
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
Projects
None yet
Development

No branches or pull requests

1 participant