On 18/06/2024 11:38, Shinichiro Kawasaki wrote: > On Jun 18, 2024 / 10:45, Ofir Gal wrote: >> >> On 18/06/2024 4:24, Shinichiro Kawasaki wrote: >>> CC+: linux-nvme, Daniel, Chaitanya, >>> >>> On Jun 17, 2024 / 19:05, Ofir Gal wrote: > [...] >>>> nvme-tcp is used as the network device, I'm not sure it's related to >>>> the nvme test group. What do you think? >>> I see... The bug is in md sub-system, then it's the better to have the new test >>> case in the new md test group. To avoid the cross reference, the nvmet related >>> helper functions should move from tests/nvme/rc to common/nvmet, so that this >>> test/md/001 can refer them. This will be another separated, preparation patch. >> Ok, should it be a patch set or two completely separated patches? > I suggest to make them a patch set: the 1st patch moves the nvmet functions from > tests/nvme/rc to common/nvmet, and the 2nd patch adds tests/md/001. Will do, thanks!