From 44851549bbc58520a32c15a7db5097b5e44dd53f Mon Sep 17 00:00:00 2001 From: Ziye Yang Date: Wed, 6 Sep 2017 13:16:12 +0800 Subject: [PATCH] os/bluestore/NVMEDevice: Remove using dpdk thread Do not use DPDK's thread but use the run in complete mode, thus we do not need to bind two cores for SPDK. Signed-off-by: Ziye Yang Signed-off-by: Pan Liu --- src/common/options.cc | 2 +- src/os/bluestore/NVMEDevice.cc | 359 ++++++++++----------------------- src/os/bluestore/NVMEDevice.h | 3 +- 3 files changed, 109 insertions(+), 255 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index b5675608306..cc581620d5e 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3164,7 +3164,7 @@ std::vector