From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752777AbdBIOJE (ORCPT ); Thu, 9 Feb 2017 09:09:04 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:44311 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644AbdBIOJD (ORCPT ); Thu, 9 Feb 2017 09:09:03 -0500 Date: Thu, 9 Feb 2017 05:50:31 -0800 From: Christoph Hellwig To: Christoph Hellwig Cc: mst@redhat.com, jasowang@redhat.com, axboe@kernel.dk, pbonzini@redhat.com, virtualization@lists.linux-foundation.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: automatic IRQ affinity for virtio V3 Message-ID: <20170209135031.GA5771@infradead.org> References: <20170205171526.6224-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170205171526.6224-1-hch@lst.de> User-Agent: Mutt/1.7.1 (2016-10-04) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 05, 2017 at 06:15:17PM +0100, Christoph Hellwig wrote: > Hi Michael, hi Jason, > > This patches applies a few cleanups to the virtio PCI interrupt handling > code, and then converts the virtio PCI code to use the automatic MSI-X > vectors spreading, as well as using the information in virtio-blk > and virtio-scsi to automatically align the blk-mq queues to the MSI-X > vectors. Any chance to get this in for 4.11 after I got reviews from Jason for most of the patches?