Skip to content

Commit

Permalink
Merge pull request #9779 from ivankochin/uct/ib/disable-mr-mt-registr…
Browse files Browse the repository at this point in the history
…ation-1.16

UCT/IB/MD: Disable MR multithreading registration - м1.16.x
  • Loading branch information
ivankochin authored Mar 31, 2024
2 parents 1655e16 + 2c10547 commit fd13d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/ib/base/ib_md.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static ucs_config_field_t uct_ib_md_config_table[] = {
ucs_offsetof(uct_ib_md_config_t, devx_objs),
UCS_CONFIG_TYPE_BITMAP(uct_ib_devx_objs)},

{"REG_MT_THRESH", "4G",
{"REG_MT_THRESH", "inf",
"Minimal MR size to be register using multiple parallel threads.\n"
"Number of threads used will be determined by number of CPUs which "
"registering thread is bound to by hard affinity.",
Expand Down

0 comments on commit fd13d89

Please sign in to comment.