-
Notifications
You must be signed in to change notification settings - Fork 426
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/IB/MLX5: Refactor KSM functions and extend logging #9472
UCT/IB/MLX5: Refactor KSM functions and extend logging #9472
Conversation
seems it affects the code which is significantly modified in #9424 |
11acda2
to
d20602c
Compare
@ivankochin @brminich can you pls take a look? |
src/uct/ib/mlx5/dv/ib_mlx5dv_md.c
Outdated
if (reason != NULL) { | ||
ucs_trace("%s: initialize ksm_data_addr list for %s address 0x%lx " | ||
"length %zu iova 0x%" PRIx64, | ||
uct_ib_device_name(&md->super.dev), reason, address, length, | ||
iova); | ||
} |
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.
minor: can be inline func and reused also in uct_ib_mlx5_devx_reg_ksm_data_mt
(together with check reason != NULL
)
BTW it seems like the title of this PR doesn't fully represent the content anymore. |
ed3e63e
to
eaf7877
Compare
Why
Improve KSM debug logging