Message ID | 20230329090202.8351-1-dwagner@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | Test different queue types | expand |
On Mar 29, 2023 / 11:01, Daniel Wagner wrote: > Setup different queues, e.g. read and poll queues. > > As discussed I introduced a _require_nvme_trtype() function to limit the test to > tcp and rdma. I've upated the existing _require_nvme_type_is_*() checks to > explicit transport checks. > > Test run against current nvme-6.4 but it still needs patch #3 from [1] to > survive. > > [1] https://lore.kernel.org/linux-nvme/20230322002350.4038048-1-kbusch@meta.com/ All patches look good to me. I reconfirmed that my test system hangs without the kernel fix patch above [1]. I'll wait for the kernel fix patch lands on Linus tree, then apply your patches to blktests master.
On Mar 31, 2023 / 02:32, Shinichiro Kawasaki wrote: > On Mar 29, 2023 / 11:01, Daniel Wagner wrote: > > Setup different queues, e.g. read and poll queues. > > > > As discussed I introduced a _require_nvme_trtype() function to limit the test to > > tcp and rdma. I've upated the existing _require_nvme_type_is_*() checks to > > explicit transport checks. > > > > Test run against current nvme-6.4 but it still needs patch #3 from [1] to > > survive. > > > > [1] https://lore.kernel.org/linux-nvme/20230322002350.4038048-1-kbusch@meta.com/ > > All patches look good to me. I reconfirmed that my test system hangs without the > kernel fix patch above [1]. I'll wait for the kernel fix patch lands on Linus > tree, then apply your patches to blktests master. The fix was upstreamed and I've applied this series. Thanks!