Skip to content

Commit

Permalink
Merge pull request #185 from hoopoepg/topic/no-devx-object-oob
Browse files Browse the repository at this point in the history
IB/MD: no DEVX objects OOB
  • Loading branch information
yosefe authored Aug 24, 2021
2 parents bee3f76 + dad8d94 commit 75b24e4
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 @@ -169,7 +169,7 @@ static ucs_config_field_t uct_ib_md_config_table[] = {
"DEVX support\n",
ucs_offsetof(uct_ib_md_config_t, devx), UCS_CONFIG_TYPE_TERNARY},

{"MLX5_DEVX_OBJECTS", "rcqp,rcsrq,dct,dcsrq",
{"MLX5_DEVX_OBJECTS", "",
"Objects to be created by DevX\n",
ucs_offsetof(uct_ib_md_config_t, devx_objs),
UCS_CONFIG_TYPE_BITMAP(uct_ib_devx_objs)},
Expand Down

0 comments on commit 75b24e4

Please sign in to comment.