[PATCH 0/3] centralize transport not ready request check
Sagi Grimberg
sagi at grimberg.me
Tue Oct 24 05:25:19 PDT 2017
In all fabrics transports, queues are fully functional (live) only
once we are connected in the nvmf level. When we get into reset, delete
or error recovery scenarios with inflight commands, we need to check
that we are ready issue a command.
First check that the queue is LIVE. if not, we can only allow connect
commands to be issued (to help us get to LIVE). Centralize this check
and make all our fabric transport use it.
rdma + loop were tested.
Sagi Grimberg (3):
nvme-fabrics: Introduce init command check for a queue that is not
alive
nvme-fc: Check if queue is ready in queue_rq
nvme-loop: Check if queue is ready in queue_rq
drivers/nvme/host/fabrics.h | 30 ++++++++++++++++++++++++++++++
drivers/nvme/host/fc.c | 19 ++++++++++++++++++-
drivers/nvme/host/rdma.c | 29 ++++++-----------------------
drivers/nvme/target/loop.c | 25 ++++++++++++++++++++++++-
4 files changed, 78 insertions(+), 25 deletions(-)
--
2.7.4
More information about the Linux-nvme
mailing list