Replies: 1 comment 2 replies
-
I'm in favor of extending the ep alias definition to cover this case. There may be other situations where an alias could be used to select other aspects of a transfer. Making things up: maybe using a different auth_key or transfers which could be marked as having a more relaxed ordering? Those might also be controlled using an alias. I don't know how to easily define this or convey support. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HPE has the use-case of being able to change the traffic class associated with an endpoint. At this point, we are looking at supporting 2+ traffic classes per endpoint. Worst-case behavior could be the libfabric user changes the traffic class per message operation.
Two requirements for this feature:
The following is the prototype API we have been working with.
Note: Message ordering is undefined between traffic classes.
Thoughts on defining a proper libfabric API for this?
Beta Was this translation helpful? Give feedback.
All reactions