]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
bluestore, NVMEDevice: Add multiple thread support for SPDK I/O thread 14420/head
authorZiye Yang <ziye.yang@intel.com>
Wed, 29 Mar 2017 06:04:21 +0000 (14:04 +0800)
committeroptimistyzy <optimistyzy@gmail.com>
Wed, 12 Apr 2017 13:04:33 +0000 (21:04 +0800)
commitd70216b9fa7bcd92317ef997af91ba2dca4c7f8a
tree8071ea0cd3a6569b479931e7a12f0ef9f243c970
parent612f806c9d9a6b1a48b57eb3582f7b2d53b70cd0
bluestore, NVMEDevice: Add multiple thread support for SPDK I/O thread

Previously, we only have one thread to do SPDK I/O, and this patch
adds the multiple thread support.

In this first version, we use the tid of the thread to map the I/Os
of this thread to the corresponding SPDK I/O thread.

Signed-off-by: Ziye Yang <optimistyzy@gmail.com>
src/os/bluestore/NVMEDevice.cc