On 2/15/24 14:00, Martin K. Petersen wrote:
Another option would be to simply set use_16_for_rw when streams are supported like Damien does for ZBC.
Setting use_10_for_rw may work better since devices that support data lifetime information will support WRITE(10) while it is not guaranteed that these devices support WRITE(16). As an example, WRITE(10) support is required by the UFS standard while WRITE(16) support is optional. Thanks, Bart.