Man page - nvme_unit(2)

Packages contas this manual

Manual

libnvme(2) API Manual libnvme(2)

enum nvme_unit - Defined buffer size and write throughput granularity units

enum nvme_unit {
NVME_UNIT_B ,
NVME_UNIT_1K ,
NVME_UNIT_1M ,
NVME_UNIT_1G

};

Bytes or Bytes/second
1 KiB or 1 KiB/second
1 MiB or 1 MiB/second
1 GiB or 1 GiB/second
enum nvme_unit May 2025