commit | a0fa9647a54e81883abd57c5c865d1747f68a577 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Nov 03 20:37:26 2015 -0700 |
committer | Jens Axboe <axboe@fb.com> | Sat Nov 07 10:40:47 2015 -0700 |
tree | f017a7459fd6e0cc36b0e004c7d4a059b5a04c15 | |
parent | 05229beeddf7e75e2e616ddaad4b70e7fca9528d [diff] |
NVMe: add blk polling support Add nvme_poll(), which will check a specific completion queue for command completions. Wire that up to the new block layer poll mechanism. Signed-off-by: Jens Axboe <axboe@fb.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Keith Busch <keith.busch@intel.com>