commit | bda4e0fb3126aca15586d165b5a15a37edc0a984 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Thu Sep 03 08:18:17 2015 -0600 |
committer | Jens Axboe <axboe@fb.com> | Wed Sep 23 14:45:57 2015 -0600 |
tree | 0fbe3bc3f63b56b0d491ca8f870b4672a2546f20 | |
parent | adbe734b2ae5517b8659997909677687b963d73c [diff] |
NVMe: Set affinity after allocating request queues The asynchronous namespace scanning caused affinity hints to be set before its tagset initialized, so there was no cpu mask to set the hint. This patch moves the affinity hint setting to after namespaces are scanned. Reported-by: 김경산 <ks0204.kim@samsung.com> Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>