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@xxxxxxx/ 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.