commit | c66e2998c8ca4d5da85d4915612dca29e054ad21 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Mon Jul 09 12:49:06 2018 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Tue Jul 24 15:55:49 2018 +0200 |
tree | 951eb6ca331becae77f5401ba576ad881d11da4c | |
parent | 90140624e8face94207003ac9a9d2a329b309d68 [diff] |
nvme-rdma: centralize controller setup sequence Centralize controller sequence to a single routine that correctly cleans up after failures instead of having multiple apperances in several flows (create, reset, reconnect). One thing that we also gain here are the sanity/boundary checks also when connecting back to a dynamic controller. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>