1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_lbaf_rp - This field indicates the relative performance of
7 the LBA format indicated relative to other LBA formats supported by the
8 controller.
9
11 enum nvme_lbaf_rp {
12 NVME_LBAF_RP_BEST ,
13 NVME_LBAF_RP_BETTER ,
14 NVME_LBAF_RP_GOOD ,
15 NVME_LBAF_RP_DEGRADED ,
16 NVME_LBAF_RP_MASK
17
18 };
19
21 NVME_LBAF_RP_BEST
22 Best performance
23
24 NVME_LBAF_RP_BETTER
25 Better performance
26
27 NVME_LBAF_RP_GOOD
28 Good performance
29
30 NVME_LBAF_RP_DEGRADED
31 Degraded performance
32
33 NVME_LBAF_RP_MASK
34 Mask to get the relative performance value from the field
35
36
37
38October 2023 enum nvme_lbaf_rp libnvme(9)