Skip to content

Commit fd13d89

Browse files
author
Ivan Kochin
authored
Merge pull request #9779 from ivankochin/uct/ib/disable-mr-mt-registration-1.16
UCT/IB/MD: Disable MR multithreading registration - м1.16.x
2 parents 1655e16 + 2c10547 commit fd13d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uct/ib/base/ib_md.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static ucs_config_field_t uct_ib_md_config_table[] = {
135135
ucs_offsetof(uct_ib_md_config_t, devx_objs),
136136
UCS_CONFIG_TYPE_BITMAP(uct_ib_devx_objs)},
137137

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

0 commit comments

Comments
 (0)