Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752876AbcKIEiR (ORCPT ); Tue, 8 Nov 2016 23:38:17 -0500 Received: from mail-pf0-f178.google.com ([209.85.192.178]:35896 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752699AbcKIEiP (ORCPT ); Tue, 8 Nov 2016 23:38:15 -0500 Subject: Re: support for partial irq affinity assignment V3 To: Christoph Hellwig , tglx@linutronix.de References: <1478654107-7384-1-git-send-email-hch@lst.de> Cc: linux-block@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org From: Jens Axboe Message-ID: Date: Tue, 8 Nov 2016 21:38:11 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1478654107-7384-1-git-send-email-hch@lst.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 667 Lines: 15 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. -- Jens Axboe