Skip to content

Commit

Permalink
Merge pull request openucx#36 from zheng871026/huawei
Browse files Browse the repository at this point in the history
fix bug for big messages of TCP
  • Loading branch information
nsosnsos authored Jan 26, 2021
2 parents ef98342 + e24aa5d commit c4ea496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gtest/ucg/test_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ void ucg_op_test::init_phase(ucg_builtin_plan_method_type method, ucg_builtin_pl
phase->send_thresh.max_bcopy_one = 128;
phase->send_thresh.max_bcopy_max = 256;
phase->send_thresh.max_zcopy_one = 1024;
phase->send_thresh.md_attr_cap_max_reg = 8128;

phase->recv_thresh.max_short_one = phase->send_thresh.max_short_one;
phase->recv_thresh.max_short_max = phase->send_thresh.max_short_max;
Expand Down

0 comments on commit c4ea496

Please sign in to comment.