summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorHaomai Wang <haomai@xsky.com>2017-05-15 17:47:34 +0200
committerHaomai Wang <haomai@xsky.com>2017-05-15 17:47:34 +0200
commit27ba6cbb89d4d4f9043ac0efc8a86699129cecaf (patch)
treebcb137e81cc8dea303976055f6837cc563aeaca5 /src/common
parentMerge pull request #14879 from wjwithagen/wip-wjw-reduce-noise-3 (diff)
downloadceph-27ba6cbb89d4d4f9043ac0efc8a86699129cecaf.tar.xz
ceph-27ba6cbb89d4d4f9043ac0efc8a86699129cecaf.zip
msg/async: remove send message inline option
Signed-off-by: Haomai Wang <haomai@xsky.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/config_opts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h
index 18dd5e5d295..479648bb779 100644
--- a/src/common/config_opts.h
+++ b/src/common/config_opts.h
@@ -233,7 +233,6 @@ OPTION(ms_async_set_affinity, OPT_BOOL, true)
// If ms_async_affinity_cores is empty, all threads will be bind to current running
// core
OPTION(ms_async_affinity_cores, OPT_STR, "")
-OPTION(ms_async_send_inline, OPT_BOOL, false)
OPTION(ms_async_rdma_device_name, OPT_STR, "")
OPTION(ms_async_rdma_enable_hugepage, OPT_BOOL, false)
OPTION(ms_async_rdma_buffer_size, OPT_INT, 128 << 10)