Re: [PATCH 1/3] blk-mq: add an API to estimate hardware queue node

From: Jens Axboe
Date: Tue Mar 29 2016 - 16:52:17 EST


On 03/29/2016 11:44 AM, Christoph Hellwig wrote:
On Tue, Mar 29, 2016 at 10:50:11AM -0600, Jens Axboe wrote:
This looks weird, shouldn't the cpu assignment be determined by block
core (blk-mq) because block core decides how to use the queue?

I agree, that belongs in the blk-mq proper, the driver should just follow
the rules outlined, not impose their own in this regard. It'll also help
with irq affinity mappings, once we get that in.

It's not going to work that way unfortunately. Lots of driver simply
have no control over the underlying interrupts. Think of any RDMA
storage or other layer drivers - they get low level queues from a layer
they don't control and need a block queue for each of them.

My plan is to make the block layer follow what the networking layer
does - get the low level queues / MSI-X pairs and then use the
infrastructure in lib/cpu_rmap.c to figure out the number of queues
and queue placement for them.

That sounds fine, as long as we get it in general infrastructure. Note that we need to be able to support sets of queues for blk-mq, once we start splitting them up (for scheduling). As long as we can map sets of queues to sets of CPUs, then that's not a concern.

For Shaohua's patches, not binding per-device data to the home node makes a lot of sense, though.

--
Jens Axboe