]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
async/dpdk: fix compile errors from ceph::mutex update
authoryehu <yehu5@huawei.com>
Mon, 2 Sep 2019 08:35:22 +0000 (16:35 +0800)
committeryehu <yehu5@huawei.com>
Mon, 2 Sep 2019 08:35:22 +0000 (16:35 +0800)
Signed-off-by: yehu <yehu5@huawei.com>
src/msg/async/dpdk/DPDKStack.cc

index 65022344de30c5251dc6ed09da3b4429c4f416cd..50c0b6cbff5db0c483433016c81afa8055953ce1 100644 (file)
@@ -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()));