linux_dsm_epyc7002/drivers/nvme/host
Sagi Grimberg 8d7b8fafad nvme: kick requeue list when requeueing a request instead of when starting the queues
When we requeue a request, we can always insert the request
back to the scheduler instead of doing it when restarting
the queues and kicking the requeue work, so get rid of
the requeue kick in nvme (core and drivers).

Also, now there is no need start hw queues in nvme_kill_queues
We don't stop the hw queues anymore, so no need to
start them.

Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
2017-07-06 09:48:59 +03:00
..
core.c nvme: kick requeue list when requeueing a request instead of when starting the queues 2017-07-06 09:48:59 +03:00
fabrics.c nvme-fabrics: verify that a controller returns the correct NQN 2017-06-28 08:14:13 -06:00
fabrics.h nvme: read the subsystem NQN from Identify Controller 2017-06-28 08:14:13 -06:00
fc.c nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues 2017-07-06 09:48:31 +03:00
Kconfig nvme: Remove SCSI translations 2017-06-28 08:14:13 -06:00
lightnvm.c lightnvm: propagate right error code to target 2017-06-26 16:24:53 -06:00
Makefile nvme: Makefile: remove dead build rule 2017-06-29 09:43:23 -06:00
nvme.h nvme: move ctrl cap to struct nvme_ctrl 2017-07-02 15:03:22 +03:00
pci.c nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues 2017-07-06 09:48:47 +03:00
rdma.c nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues 2017-07-06 09:47:58 +03:00