On Sun, Mar 09, 2025 at 12:23:09AM +0800, Ming Lei wrote: > Add module parameter of 'nr_hw_queues' so that loop can support MQ, > which may reduce contention in case of too many io jobs. More details, please. Also a module parameter is a really bad interface - this needs to be per-device and have a good default.