Displaying 1 result from an estimated 1 matches for "pre_eol_info".
2023 Jan 15
0
Virtio-blk extended lifetime feature
...tream the implementation of VIRTIO_BLK_F_LIFETIME
feature, many developers suggested that this feature should be
extended to include more cell types, since its current implementation
in virtio spec is relevant for MMC and UFS devices only.
The VIRTIO_BLK_F_LIFETIME defines the following fields:
- pre_eol_info: the percentage of reserved blocks that are consumed.
- device_lifetime_est_typ_a: wear of SLC cells.
- device_lifetime_est_typ_b: wear of MLC cells.
(https://docs.oasis-open.org/virtio/virtio/v1.2/virtio-v1.2.html)
Following Michael's suggestion, I'd like to add to the virtio spec
with...