https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283189
--- Comment #7 from John Baldwin <[email protected]> --- Keep in mind that the 'len' field in an NVMe WRITE command is not a byte count, it is a count of LBAs, where the LBA size is determined by the LBA formats in the namespace's associated nsdata (which you can see via `nvmecontrol identify ndaX`). Thus, if the LBA is 512, a len=8 is actually a 8*512 == 4k write request. -- You are receiving this mail because: You are the assignee for the bug.
