-
Notifications
You must be signed in to change notification settings - Fork 433
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
UCT/CONFIG: Use configuration parsing infrastructure in UCT. #32
Conversation
Test FAILed. Build Log
Test FAILed. |
retest this please |
Test FAILed. Build Log
Test FAILed. |
|
||
|
||
ucs_config_field_t uct_iface_config_table[] = { | ||
{"MAX_SHORT", "128", |
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.
SHORT can be a misleading name as it conflicts with primitive type name.
lets rename it to MAX_SMALL?
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.
the intention was to use the same name, because it imposes the size limit for this primitive type.
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.
lets discuss it on the dev call.
Maybe we should use tiny/small/medium/large/xl/xxl terminology to not overlap with lang primitive times.
i think you need to rebase to use latest jenkins script and make it pass. |
* Configuration will be per-interface. It's not scalable to have one per-endpoint, and looks like we can avoid per-context configuration. * User would have to create configuration object by calling uct_iface_config_read(), possibly modifying it later. Then, pass it to uct_iface_open(). * Define a hierarchy of iface configurations for: tl, ib, rc, rm_mlx5. * Add max_short and max_bcopy configurations to tl. * Add ucx_info utility to print default configuration.
7833499
to
e869013
Compare
rebased |
retest this please |
Test PASSed. |
👍 |
UCT/CONFIG: Use configuration parsing infrastructure in UCT.
TEST/APPS/IO_DEMO: Add option specify differen port for each server
Create function_test.sh for automatic function test
Event notif+collection
No description provided.