On Fri, Apr 28, 2023 at 04:23:27AM +0000, Shinichiro Kawasaki wrote: > (Let me repost this message, since vger.kernel.org declined it due to too long message). > > On Apr 21, 2023 / 08:05, Daniel Wagner wrote: > > Move the discovery generation counter code to rc so that we can reuse > > it in 002. > > I think the core change in this commit is the removal of discovery related > messages from tests/nvme/002.out. It removes the dependency to the iteration > number constant 1000 in tests/nvme/002, and prepares for the next commit. > If this understanding is correct, I suggest to note it in the commit message. This change is really just changing nvme/002 to use the same infrastructure as nvme/030 uses. The number loops isn't changed.