From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753395AbcIOOaH (ORCPT ); Thu, 15 Sep 2016 10:30:07 -0400 Received: from mga09.intel.com ([134.134.136.24]:9030 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbcIOO3o (ORCPT ); Thu, 15 Sep 2016 10:29:44 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,339,1470726000"; d="scan'208";a="8857778" Date: Thu, 15 Sep 2016 10:40:51 -0400 From: Keith Busch To: Christoph Hellwig Cc: axboe@fb.com, tglx@linutronix.de, agordeev@redhat.com, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: blk-mq: allow passing in an external queue mapping V3 Message-ID: <20160915144050.GD16556@localhost.localdomain> References: <1473862739-15032-1-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473862739-15032-1-git-send-email-hch@lst.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 14, 2016 at 04:18:46PM +0200, Christoph Hellwig wrote: > This series is the remainder of the earlier "automatic interrupt affinity for > MSI/MSI-X capable devices" series, and make uses of the new irq-level > interrupt / queue mapping code in blk-mq, as well as allowing the driver > to pass in such a mask obtained from the (PCI) interrupt code. To fully > support this feature in drivers the final third in the PCI layer will > be needed as well. Thanks, this looks good and tests successfully on my hardware. For the series: Reviewed-by: Keith Busch