[PATCH v2 0/5] Fix host side state machine
Max Gurtovoy
maxg at mellanox.com
Sun Jan 28 05:58:02 PST 2018
Hi all,
this series is rebased above nvme-4.16.
Actually there is a still missing part in this tree (but I tested it on
my own "stable" mixed kernel with this patch):
"nvme-rdma: fix concurrent reset and reconnect" from Sagi.
The first motivation for this series was fixing RDMA initiator that crushes in
case we fail during initial connect and start error recovery during initial
connection establishment.
This patchset also renames NVME_CTRL_RECONNECTING to NVME_CTRL_CONNECTING as
this state doesn't represent only a reconnection flow but also used for
initialization process.
changes from V1:
- Added FC support
Max Gurtovoy (5):
nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING
nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process
nvme-fc: use NVME_CTRL_CONNECTING state to mark init process
nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transition
nvme: delete NVME_CTRL_NEW --> NVME_CTRL_LIVE transition
drivers/nvme/host/core.c | 13 ++++++-------
drivers/nvme/host/fabrics.h | 9 +++++----
drivers/nvme/host/fc.c | 30 +++++++++++++++++-------------
drivers/nvme/host/nvme.h | 2 +-
drivers/nvme/host/pci.c | 8 ++++----
drivers/nvme/host/rdma.c | 7 +++++--
6 files changed, 38 insertions(+), 31 deletions(-)
--
1.8.3.1
More information about the Linux-nvme
mailing list