]> www.infradead.org Git - users/sagi/libnvme.git/commit
ioctl: MSB variable-size storage/reference tags
authorBrandon Paupore <brandon.paupore@wdc.com>
Mon, 9 Oct 2023 21:19:17 +0000 (16:19 -0500)
committerDaniel Wagner <wagi@monom.org>
Thu, 12 Oct 2023 08:15:54 +0000 (10:15 +0200)
commitb121a6fb9f60315029dd54f115f69355a16bb789
tree80dcbf0e8c24d1d834f4eda05be0ec22bf72d8a8
parent0d3b74ff193211f329ae3c13756557cc612bfd76
ioctl: MSB variable-size storage/reference tags

The spec defines these values on a bitwise basis within the shared
80-bit region, stored from MSB to LSB for each tag. Mechanically this
can be achieved by setting the values as big-endian using the same logic
currently in place.

Reviewed-by: Jeffrey Lien <jeff.lien@wdc.com>
Signed-off-by: Brandon Paupore <brandon.paupore@wdc.com>
src/nvme/ioctl.c