On Mon, Aug 04, 2025 at 11:06:12AM -0600, Keith Busch wrote: > On Sat, Aug 02, 2025 at 09:37:32AM -0600, Jens Axboe wrote: > > Did you write some test cases for this? > > I have some crude unit tests to hit specific conditions that might > happen with nvme. I've made imporvements today that make these targeted tests fit into blktests framework. Just fyi, I took a look at what 'fio' needs in order to exercise these new use cases. This patchset requires multiple io-vectors for anything interesting to happen, which 'fio' currently doesn't do. I'm not even sure what new command line parameters could best convey how you want to construct iovecs! Maybe just make it random within some alignment constraints?