]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #39654 into master
authorSage Weil <sage@newdream.net>
Wed, 3 Mar 2021 13:38:20 +0000 (08:38 -0500)
committerSage Weil <sage@newdream.net>
Wed, 3 Mar 2021 13:38:21 +0000 (08:38 -0500)
commit67e842d5199351faeb561d0627eaa585df59d54b
treeb501a82243b35d311d0a3866e8e695bb9c540117
parentbdff94a09d55dd126389e8881a4d1cb9b320c56e
parentee7184639dcd7b8fc0ed5a189bc764151e601437
Merge PR #39654 into master

* refs/pull/39654/head:
common/options: drop ms_async_max_op_threads
msg/async: drop Stack::num_workers
msg/async: s/num_workers/workers.size()/
msg/async: use range-based loop in NetworkStack
msg/async: do not pass worker id to Stack::spawn_worker()
async/Stack: pass Worker* to NetworkStack::add_thread()
async/rdma: do not reference worker id in RDMAStack::spawn_worker()
async/dpdk: do not use worker id when creating worker
async/PosixStack: do not reference worker id in ctor
async/rdma: initialize worker in RDMAStack::create_worker()
async/rdma: move RDMAStack::create_worker() to .cc

Reviewed-by: luo runbing <luo.runbing@zte.com.cn>
Reviewed-by: Haomai Wang <haomai@xsky.com>
.githubmap