From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753977AbdJNPjb (ORCPT ); Sat, 14 Oct 2017 11:39:31 -0400 Received: from mail-pg0-f47.google.com ([74.125.83.47]:55078 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753963AbdJNPj1 (ORCPT ); Sat, 14 Oct 2017 11:39:27 -0400 X-Google-Smtp-Source: AOwi7QAXUh8twYGVZ6jV2ScqTgqV+176K4JmOdZAHiT22VvEnX7Fe02Iheyr3Yu9ZwLsj113m5HLAA== Subject: Re: [PATCH V10 0/8] blk-mq-sched: improve sequential I/O performance To: Ming Lei , linux-block@vger.kernel.org, Christoph Hellwig Cc: Bart Van Assche , Laurence Oberman , Paolo Valente , Oleksandr Natalenko , Tom Nguyen , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, Omar Sandoval , John Garry References: <20171014092232.13943-1-ming.lei@redhat.com> From: Jens Axboe Message-ID: <1c643ef1-26d8-3fa4-2b65-7e299e6a5ceb@kernel.dk> Date: Sat, 14 Oct 2017 09:39:21 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171014092232.13943-1-ming.lei@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/14/2017 03:22 AM, Ming Lei wrote: > Hi Jens, > > In Red Hat internal storage test wrt. blk-mq scheduler, we found that I/O > performance is much bad with mq-deadline, especially about sequential I/O > on some multi-queue SCSI devcies(lpfc, qla2xxx, SRP...) > > Turns out one big issue causes the performance regression: requests are > still dequeued from sw queue/scheduler queue even when ldd's queue is > busy, so I/O merge becomes quite difficult to make, then sequential IO > performance degrades a lot. > > This issue becomes one of mains reasons for reverting default SCSI_MQ > in V4.13. > > This 8 patches improve this situation, and brings back performance loss. > > With this change, SCSI-MQ sequential I/O performance is improved much, Paolo > reported that mq-deadline performance improved much[2] in his dbench test > wrt V2. Also performance improvement on lpfc/qla2xx was observed with V1.[1] Looks good to me, and the kyber fix looks obviously correct to me. I have applied this series for 4.15. Thanks Ming. -- Jens Axboe