commit | 5e1fe61d4170b1f498e20de92c7ce4cd5e40c3c5 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Wed Oct 11 15:29:11 2017 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Wed Oct 18 19:27:53 2017 +0200 |
tree | 147067195db034ab93342f901b9d3738d7b31aeb | |
parent | 0fc176dfdafc78e66bd74f54e487ca1fc59d01bf [diff] |
nvme-rdma: teardown admin/io queues once on error recovery Relying on the queue state while tearing down on every reconnect attempt is not a good design. We should do it once in err_work and simply try to establish the queues for each reconnect attempt. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>