From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Wed, 3 May 2017 09:06:27 -0700 From: Omar Sandoval To: Ming Lei Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig , Omar Sandoval Subject: Re: [PATCH 0/4] blk-mq: support to use hw tag for scheduling Message-ID: <20170503160627.GA9967@vader> References: <20170428151539.25514-1-ming.lei@redhat.com> <839682da-f375-8eab-d6f5-fcf1457150f1@fb.com> <20170503040303.GA20187@ming.t460p> <370fbeb6-d832-968a-2759-47f16b866551@kernel.dk> <20170503150351.GA7927@ming.t460p> <31bb973e-d9cf-9454-58fd-4893701088c5@kernel.dk> <20170503153808.GB7927@ming.t460p> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170503153808.GB7927@ming.t460p> List-ID: On Wed, May 03, 2017 at 11:38:09PM +0800, Ming Lei wrote: > On Wed, May 03, 2017 at 09:08:34AM -0600, Jens Axboe wrote: > > Sounds good. I just wanted to check the numbers here, with the series > > applied on top of for-linus crashes when switching to kyber. A few hunks > > Yeah, I saw that too, it has been fixed in my local tree, :-) I'm guessing that was this? static unsigned int kyber_sched_tags_shift(struct kyber_queue_data *kqd) { /* * All of the hardware queues have the same depth, so we can just grab * the shift of the first one. */ return kqd->q->queue_hw_ctx[0]->sched_tags->bitmap_tags.sb.shift; } If not, that'll need to be fixed up. > > threw fuzz, but it looked fine to me. But I bet I fat fingered > > something. So it'd be great if you could respin against my for-linus > > branch. > > Actually, that is exactly what I am doing, :-) > > Thanks, > Ming