Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fio: extend num_range to support multi-range I/O for general io_u#2031

Closed
JeongJonghwi wants to merge 1 commit intoaxboe:masterfrom
JeongJonghwi:num-range
Closed

fio: extend num_range to support multi-range I/O for general io_u#2031
JeongJonghwi wants to merge 1 commit intoaxboe:masterfrom
JeongJonghwi:num-range

Conversation

@JeongJonghwi
Copy link
Contributor

Extend num_range to support multi-range I/O for general io_u

Previously, the num_range option was limited to trim commands only, restricting its use with read/write I/O patterns. This change generalizes the num_range functionality to support multi-range I/O across various I/O types, enabling more flexible and realistic I/O simulation.

The modification allows each io_u to issue multiple logical block ranges in a single submission, improving efficiency and enabling advanced workload modeling beyond trim operations.

Previously, the `num_range` option was limited to trim commands only,
restricting its use with read/write I/O patterns. This change
generalizes the `num_range` functionality to support multi-range I/O
across various I/O types, enabling more flexible and realistic I/O
simulation.

The modification allows each io_u to issue multiple logical block ranges
in a single submission, improving efficiency and enabling advanced
workload modeling beyond trim operations.

Signed-off-by: Jonghwi Jeong <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant