[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c688cb45-eb14-c857-e90a-da6fd93f81b7@kernel.dk>
Date: Wed, 31 Oct 2018 08:18:18 -0600
From: Jens Axboe <axboe@...nel.dk>
To: Sagi Grimberg <sagi@...mberg.me>, linux-block@...r.kernel.org,
linux-nvme@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 04/16] blk-mq: pass in request/bio flags to queue mapping
On 10/30/18 6:37 PM, Sagi Grimberg wrote:
>
>> static inline struct blk_mq_hw_ctx *blk_mq_map_queue(struct request_queue *q,
>> + unsigned int flags,
>> unsigned int cpu)
>> {
>> struct blk_mq_tag_set *set = q->tag_set;
>> @@ -84,7 +85,7 @@ static inline struct blk_mq_hw_ctx *blk_mq_map_queue_type(struct request_queue *
>> unsigned int hctx_type,
>> unsigned int cpu)
>> {
>> - return blk_mq_map_queue(q, cpu);
>> + return blk_mq_map_queue(q, hctx_type, cpu);
>> }
>
> Haven't read through the rest of the patch set, but it looks a bit
> strange that a type enumeration is being passed on as flags field.
It's impossible to get it 100% right at this point, which is why
it looks a bit odd. If you read on, it'll make sense.
--
Jens Axboe
Powered by blists - more mailing lists