On Tue, Jul 09, 2024 at 11:47:58PM -0400, Martin K. Petersen wrote: > For the user API I think it would be most sensible to have CHECK_GUARD, > CHECK_APP, CHECK_REF to cover the common DIX/NVMe case. > > And then we could have NO_CHECK_DISK and IP_CHECKSUM_CONVERSION to > handle the peculiar SCSI corner cases and document that these are > experimental flags to be used for test purposes only. Not particularly > elegant but I don't have a better idea. Especially since things are > inherently asymmetric with controller-to-target communication being > protected even if you don't attach PI to the bio. > > I.e. I think the CHECK_{GUARD,APP,REF} flags should describe how a > DIX or NVMe controller should check the attached bip payload. And > nothing else. I really hate an API that is basically exposes a completely different set of flags for SCSI vs NVMe. I am also really not sold on IP_CHECKSUM_CONVERSION and the separate no check for disk vs controller things. I can see why someone would want to do that for testing, but as a general API at the syscall level it just is not a useful abstraction and highly confusing. Can we figure out a way to do these as error injection points in scsi or something similar so that we don't have to overload the user interface with it? > I'll try to connect my NVMe test box tomorrow. It's been offline after a > rack move. Would like to understand what's going on. Are we not setting > ILBRT/EILBRT appropriately? I think NVMe just had a real mess with deallocation and Write Zeroes in the past, and my test driver might be old enough to have implemented the ECNs that fixes this eventually, assuming it actually got fixed everywhere.