Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752768AbcKIHyL (ORCPT ); Wed, 9 Nov 2016 02:54:11 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:56955 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbcKIHyJ (ORCPT ); Wed, 9 Nov 2016 02:54:09 -0500 Date: Wed, 9 Nov 2016 08:51:35 +0100 (CET) From: Thomas Gleixner To: Jens Axboe cc: Christoph Hellwig , linux-block@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: support for partial irq affinity assignment V3 In-Reply-To: Message-ID: References: <1478654107-7384-1-git-send-email-hch@lst.de> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 24 On Tue, 8 Nov 2016, Jens Axboe wrote: > On 11/08/2016 06:15 PM, Christoph Hellwig wrote: > > This series adds support for automatic interrupt assignment to devices > > that have a few vectors that are set aside for admin or config purposes > > and thus should not fall into the general per-cpu assginment pool. > > > > The first patch adds that support to the core IRQ and PCI/msi code, > > and the second is a small tweak to a block layer helper to make use > > of it. I'd love to have both go into the same tree so that consumers > > of this (e.g. the virtio, scsi and rdma trees) only need to pull in > > one of these trees as dependency. > > Series looks good to me, you can add my Acked-by to all of them. It's available from git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/for-block for you to pull into the block tree so you can apply the block changes. Thanks, tglx