[PATCH 0/5] nvme: various bugs fix & code simplify

brookxu.cn posted 5 patches 1 year, 2 months ago
Only 0 patches received!
drivers/nvme/host/rdma.c |  8 +------
drivers/nvme/host/tcp.c  | 49 ++++++++++++++++------------------------
2 files changed, 20 insertions(+), 37 deletions(-)
[PATCH 0/5] nvme: various bugs fix & code simplify
Posted by brookxu.cn 1 year, 2 months ago
From: "Chunguang.xu" <chunguang.xu@shopee.com>

Here try to fix the hang issue of nvme-rdma, memory leak issue of
nvme-tcp, simply the code of nvme-tcp.

Chunguang.xu (5):
  nvme-rdma: unquiesce admin_q before destroy it
  nvme-tcp: no need to quiesec admin_q in nvme_tcp_teardown_io_queues()
  nvme-tcp: simplify nvme_tcp_configure_admin_queue()
  nvme-tcp: remove nvme_tcp_destroy_io_queues()
  nvme-tcp: fix the memleak while create new ctrl failed

 drivers/nvme/host/rdma.c |  8 +------
 drivers/nvme/host/tcp.c  | 49 ++++++++++++++++------------------------
 2 files changed, 20 insertions(+), 37 deletions(-)

-- 
2.25.1