Searched hist:e20ba6e1da029136ded295f33076483d65ddf50a (Results 1 – 4 of 4) sorted by relevance
/linux/block/ |
H A D | blk-mq-sysfs.c | diff e20ba6e1da029136ded295f33076483d65ddf50a Sun Dec 02 17:46:16 CET 2018 Christoph Hellwig <hch@lst.de> block: move queues types to the block layer
Having another indirect all in the fast path doesn't really help in our post-spectre world. Also having too many queue type is just going to create confusion, so I'd rather manage them centrally.
Note that the queue type naming and ordering changes a bit - the first index now is the default queue for everything not explicitly marked, the optional ones are read and poll queues.
Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk-mq.h | diff e20ba6e1da029136ded295f33076483d65ddf50a Sun Dec 02 17:46:16 CET 2018 Christoph Hellwig <hch@lst.de> block: move queues types to the block layer
Having another indirect all in the fast path doesn't really help in our post-spectre world. Also having too many queue type is just going to create confusion, so I'd rather manage them centrally.
Note that the queue type naming and ordering changes a bit - the first index now is the default queue for everything not explicitly marked, the optional ones are read and poll queues.
Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/linux/include/linux/ |
H A D | blk-mq.h | diff e20ba6e1da029136ded295f33076483d65ddf50a Sun Dec 02 17:46:16 CET 2018 Christoph Hellwig <hch@lst.de> block: move queues types to the block layer
Having another indirect all in the fast path doesn't really help in our post-spectre world. Also having too many queue type is just going to create confusion, so I'd rather manage them centrally.
Note that the queue type naming and ordering changes a bit - the first index now is the default queue for everything not explicitly marked, the optional ones are read and poll queues.
Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/linux/drivers/nvme/host/ |
H A D | pci.c | diff e20ba6e1da029136ded295f33076483d65ddf50a Sun Dec 02 17:46:16 CET 2018 Christoph Hellwig <hch@lst.de> block: move queues types to the block layer
Having another indirect all in the fast path doesn't really help in our post-spectre world. Also having too many queue type is just going to create confusion, so I'd rather manage them centrally.
Note that the queue type naming and ordering changes a bit - the first index now is the default queue for everything not explicitly marked, the optional ones are read and poll queues.
Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|