From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxg@mellanox.com (Max Gurtovoy) Date: Thu, 12 Apr 2018 19:43:02 +0300 Subject: [PATCH v1 0/5] Fix keep-alive mechanism for fabrics In-Reply-To: References: <1523380689-17151-1-git-send-email-maxg@mellanox.com> <512640d9-9e1d-5e52-d7be-5d8203381023@grimberg.me> <1c36f016-5b58-038f-8938-cd9deb15a205@grimberg.me> <3ee4b1a9-0b00-f7df-5198-a9f893e5a6af@broadcom.com> Message-ID: On 4/12/2018 6:17 PM, Sagi Grimberg wrote: > >>> This together with moving the keep alive timer start in nvme_enable_ctrl >>> should be enough and not propagating the handle to every transport >>> driver, we have enough of that already. >> >> Great, this is what I wanted to do in the first place but I was >> concerned about stopping the keep-alive in nvme_disable_ctrl. >> Are you sending a new series or I will ? > > I can send it. Given that its your report and your intention in the > first place, can I place you as the author of these? Yes. I've also run my test on it successfuly. I'll run some more tests using RDMA transport and update if there are some issues.