[PATCH v6 1/1] virtio-blk: Add description for blk_size field

2024-11-07 Thread Max Gurtovoy
This field is only valid when the VIRTIO_BLK_F_BLK_SIZE feature bit is offered by the device. The blk_size field actually represents the logical block size of the device. It is always a power of two and typically ranges from 512 bytes to larger values such as 4 KB. Add description for this field

[PATCH v6 1/1] virtio-blk: Add description for blk_size field

2024-11-07 Thread Max Gurtovoy
This field is only valid when the VIRTIO_BLK_F_BLK_SIZE feature bit is offered by the device. The blk_size field actually represents the logical block size of the device. It is always a power of two and typically ranges from 512 bytes to larger values such as 4 KB. Add description for this field

[PATCH v6 1/1] virtio-blk: Add description for blk_size field

2024-11-07 Thread Max Gurtovoy
This field is only valid when the VIRTIO_BLK_F_BLK_SIZE feature bit is offered by the device. The blk_size field actually represents the logical block size of the device. It is always a power of two and typically ranges from 512 bytes to larger values such as 4 KB. Add description for this field