[PATCH v2 0/5] avoid race for time out
Chao Leng
lengchao at huawei.com
Wed Oct 21 22:14:52 EDT 2020
First avoid race between time out and tear down for rdma and tcp.
Second avoid repeated request completion in time out for rdma and tcp.
V2:
- add avoiding repeated request completion in time out
Chao Leng (3):
nvme-core: introduce sync io queues
nvme-rdma: avoid race between time out and tear down
nvme-tcp: avoid race between time out and tear down
Sagi Grimberg (2):
nvme-rdma: avoid repeated request completion
nvme-tcp: avoid repeated request completion
drivers/nvme/host/core.c | 8 ++++++--
drivers/nvme/host/nvme.h | 1 +
drivers/nvme/host/rdma.c | 14 +++-----------
drivers/nvme/host/tcp.c | 16 ++++------------
4 files changed, 14 insertions(+), 25 deletions(-)
--
2.16.4
More information about the Linux-nvme
mailing list