Displaying 1 result from an estimated 1 matches for "device_lifetime_est_typ_a".
Did you mean:
device_lifetime_est_typ_b
2023 Jan 15
0
Virtio-blk extended lifetime feature
...pers 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 a new, extended lifetime command.
Since I'm more familiar with embedded type st...