Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

enum nvme_lbaf_rp - This field indicates the relative performance of the LBA format indicated relative to other LBA formats supported by the controller.

SYNOPSIS

enum nvme_lbaf_rp {
NVME_LBAF_RP_BEST ,
NVME_LBAF_RP_BETTER ,
NVME_LBAF_RP_GOOD ,
NVME_LBAF_RP_DEGRADED ,
NVME_LBAF_RP_MASK

};

Constants

Best performance
Better performance
Good performance
Degraded performance
Mask to get the relative performance value from the field
enum nvme_lbaf_rp February 2024