Message ID | 20230406083050.19246-1-dwagner@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | test queue count changes on reconnect | expand |
On Thu, Apr 06, 2023 at 10:30:48AM +0200, Daniel Wagner wrote:
> good and the bad case (rdma started to fail today, something to fix).
After adding the missing _nvmet_setup() call, tcp and rdma works fine.
On Apr 06, 2023 / 11:10, Daniel Wagner wrote: > On Thu, Apr 06, 2023 at 10:30:48AM +0200, Daniel Wagner wrote: > > good and the bad case (rdma started to fail today, something to fix). > > After adding the missing _nvmet_setup() call, tcp and rdma works fine. I also confirmed this. I observed test pass with tcp and rdma. Good. Still lockdep warning is observed and fc transport causes system hang, but I think those issues should be fixed after applying the patches to blktests master. I walked through the patches and they look good enough to apply for me. I will wait a few more days in case anyone has more comments. If there is no more comments, no need to post v7. I will add the missing _setup_nvmet() and replace the spaces in the 2nd patch.
On Apr 10, 2023 / 15:06, Shin'ichiro Kawasaki wrote: > On Apr 06, 2023 / 11:10, Daniel Wagner wrote: > > On Thu, Apr 06, 2023 at 10:30:48AM +0200, Daniel Wagner wrote: > > > good and the bad case (rdma started to fail today, something to fix). > > > > After adding the missing _nvmet_setup() call, tcp and rdma works fine. > > I also confirmed this. I observed test pass with tcp and rdma. Good. Still > lockdep warning is observed and fc transport causes system hang, but I think > those issues should be fixed after applying the patches to blktests master. > > I walked through the patches and they look good enough to apply for me. I will > wait a few more days in case anyone has more comments. If there is no more > comments, no need to post v7. I will add the missing _setup_nvmet() and replace > the spaces in the 2nd patch. I've applied this series with the edits. Thanks!