On 7/2/25 5:09 PM, Damien Le Moal wrote:
I did suggest that you simply should plug all BIOs, always, and have them submitted by the BIO work for a zone by scheduling that work on a single CPU, always the same CPU. Doing so, you can distribute writes to different zones to different CPUs. And if the submitter process is not bouncing all over the place (being rescheduled constantly on different CPUs), there will be no overhead because you can simply run the BIO work on the current CPU.
I will look into making this change. Thanks, Bart.