Message ID | 20240304134826.31965-1-dwagner@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | make nvme/048 checks more robust | expand |
On Mar 04, 2024 / 14:48, Daniel Wagner wrote: > The nvme/048 tests fails with the fc transport because the check logic is racing > with the reset code in the target. By making the checks a bit more robust in > blktests, this test passes for all transports. > > changes > v2: > - added RB tags > - refactored exit path as suggested by Shinichiro > v1: > - initial version > - https://lore.kernel.org/linux-nvme/20240301094817.29491-1-dwagner@suse.de/ Thanks for this v2 series. I've applied the two patches. Of note is that I removed the left if block in nvmf_check_queue_count(), which I believe unnecessary.
On Tue, Mar 05, 2024 at 01:29:18AM +0000, Shinichiro Kawasaki wrote: > Of note is that I removed the left if block in nvmf_check_queue_count(), which I > believe unnecessary. This was also what I did. But somehow I managed to send out the wrong version. Thanks for fixing it!