1BLK_QUEUE_IO_OPT(9) Block Devices BLK_QUEUE_IO_OPT(9)
2
3
4
6 blk_queue_io_opt - set optimal request size for the queue
7
9 void blk_queue_io_opt(struct request_queue * q, unsigned int opt);
10
12 q
13 the request queue for the device
14
15 opt
16 optimal request size in bytes
17
19 Storage devices may report an optimal I/O size, which is the device's
20 preferred unit for sustained I/O. This is rarely reported for disk
21 drives. For RAID arrays it is usually the stripe width or the internal
22 track size. A properly aligned multiple of optimal_io_size is the
23 preferred request size for workloads where sustained throughput is
24 desired.
25
27Kernel Hackers Manual 3.10 June 2019 BLK_QUEUE_IO_OPT(9)