diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index c65b52acb60..5c28e939207 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -165,7 +165,10 @@ OPTION(ms_async_rdma_device_name, OPT_STR) OPTION(ms_async_rdma_enable_hugepage, OPT_BOOL) OPTION(ms_async_rdma_buffer_size, OPT_INT) OPTION(ms_async_rdma_send_buffers, OPT_U32) +//size of the receive buffer pool, 0 is unlimited OPTION(ms_async_rdma_receive_buffers, OPT_U32) +// max number of wr in srq +OPTION(ms_async_rdma_receive_queue_len, OPT_U32) OPTION(ms_async_rdma_port_num, OPT_U32) OPTION(ms_async_rdma_polling_us, OPT_U32) OPTION(ms_async_rdma_local_gid, OPT_STR) // GID format: "fe80:0000:0000:0000:7efe:90ff:fe72:6efe", no zero folding diff --git a/src/common/options.cc b/src/common/options.cc index 9101078cb8d..afc847a9b00 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -736,7 +736,11 @@ std::vector