commit | 21d34711e1b5970acfb22bddf1fefbfbd7e0123b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 26 09:08:36 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 01 10:59:38 2015 -0700 |
tree | 3b5c0d963a5a0f0bd5dc3382a9c1fb1e31ae9c0c | |
parent | 71bd150c71072014d98bff6dc2db3229306ece35 [diff] |
nvme: split command submission helpers out of pci.c Create a new core.c and start by adding the command submission helpers to it, which are already abstracted away from the actual hardware queues by the block layer. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>