From: yehu Date: Mon, 2 Sep 2019 08:35:22 +0000 (+0800) Subject: async/dpdk: fix compile errors from ceph::mutex update X-Git-Tag: v15.1.0~1709^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30066%2Fhead;p=ceph.git async/dpdk: fix compile errors from ceph::mutex update Signed-off-by: yehu --- diff --git a/src/msg/async/dpdk/DPDKStack.cc b/src/msg/async/dpdk/DPDKStack.cc index 65022344de30..50c0b6cbff5d 100644 --- a/src/msg/async/dpdk/DPDKStack.cc +++ b/src/msg/async/dpdk/DPDKStack.cc @@ -106,7 +106,7 @@ void DPDKWorker::initialize() sdev->set_local_queue(i, std::move(qp)); std::lock_guard l{lock}; ++queue_init_done; - cond.Signal(); + cond.notify_all(); } else { // auto master = qid % sdev->hw_queues_count(); // sdev->set_local_queue(create_proxy_net_device(master, sdev.get()));