From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 04/14] blk-mq: pass in request/bio flags to queue mapping To: Jens Axboe , linux-block@vger.kernel.org, linux-nvme@lists.infradead.org References: <20181025211626.12692-1-axboe@kernel.dk> <20181025211626.12692-5-axboe@kernel.dk> From: Hannes Reinecke Message-ID: Date: Mon, 29 Oct 2018 08:35:01 +0100 MIME-Version: 1.0 In-Reply-To: <20181025211626.12692-5-axboe@kernel.dk> Content-Type: text/plain; charset=utf-8; format=flowed List-ID: On 10/25/18 11:16 PM, Jens Axboe wrote: > Prep patch for being able to place request based not just on > CPU location, but also on the type of request. > > Signed-off-by: Jens Axboe > --- > block/blk-flush.c | 7 +++--- > block/blk-mq-debugfs.c | 4 +++- > block/blk-mq-sched.c | 16 ++++++++++---- > block/blk-mq-tag.c | 5 +++-- > block/blk-mq.c | 50 +++++++++++++++++++++++------------------- > block/blk-mq.h | 8 ++++--- > block/blk.h | 6 ++--- > 7 files changed, 58 insertions(+), 38 deletions(-) > Reviewed-by: Hannes Reinecke Cheers, Hannes From mboxrd@z Thu Jan 1 00:00:00 1970 From: hare@suse.de (Hannes Reinecke) Date: Mon, 29 Oct 2018 08:35:01 +0100 Subject: [PATCH 04/14] blk-mq: pass in request/bio flags to queue mapping In-Reply-To: <20181025211626.12692-5-axboe@kernel.dk> References: <20181025211626.12692-1-axboe@kernel.dk> <20181025211626.12692-5-axboe@kernel.dk> Message-ID: On 10/25/18 11:16 PM, Jens Axboe wrote: > Prep patch for being able to place request based not just on > CPU location, but also on the type of request. > > Signed-off-by: Jens Axboe > --- > block/blk-flush.c | 7 +++--- > block/blk-mq-debugfs.c | 4 +++- > block/blk-mq-sched.c | 16 ++++++++++---- > block/blk-mq-tag.c | 5 +++-- > block/blk-mq.c | 50 +++++++++++++++++++++++------------------- > block/blk-mq.h | 8 ++++--- > block/blk.h | 6 ++--- > 7 files changed, 58 insertions(+), 38 deletions(-) > Reviewed-by: Hannes Reinecke Cheers, Hannes