Received: by 10.213.65.68 with SMTP id h4csp230663imn; Mon, 12 Mar 2018 11:59:09 -0700 (PDT) X-Google-Smtp-Source: AG47ELs9pOVofVw90+aUQY0GV0q0C281k3BgCl7s2jADJb8Cq/BwujJMdWrwRiraX0Q32583LgQw X-Received: by 10.98.204.69 with SMTP id a66mr9002942pfg.33.1520881149227; Mon, 12 Mar 2018 11:59:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520881149; cv=none; d=google.com; s=arc-20160816; b=CxZnMaYPGU2kSoFWYSmOcB/lIweIP8vPDexIuECAbnZoE9EN/BbJpa2LO97IneV16V OZS2iVVoZRp88mbqSImc2zGarW5DaEZFt5YLrcUQIillzE6sFnPoDEtEGwZeDRCtIxNz Uis3GzfIjfhtHkob1ej9tTnmPPECigfUL3/TiSnNoWHIpOdCwqbeXWnBKUueKRP1pK1/ pKWvovBHIvdGm5s0glQ1MGqzVdXfFsmh8ubr4oZwV6F52ws3wpw0ME924vKI0qr+orWm DAUG1hNqaMFV/tGtyXkhcvtGTpWVV+zCzPig7R1VmCfDCjqH6ApjxL9y1Wq3I3jzDjlp 5mrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=00tkEv+wHbWxVzyJmW4pY+1ZwVISTznVX9zs0mj85IU=; b=Cp8uSPFjWee+CpNYfIPrhEXUN8WUCKaSrZCwCkQNHtMnR48kFMA4hrufMsAsS9HJib 5DRZBusuHd9xfDe8kD/FO6fqj11AeztsKyqsR9RJKcLGOxvwg0b3ukJGIH2Nb3mtZ6nx 9VMk/b6maWv3lKzuKG4q5t6smOOkHX/A1qASRB1oy/C2w/7zWYUeXgZtQdf/yYxvHAMT dzZIMxJwvfGqRhQp3xXwyTHkXhz9OizxZRKNDwDmG3GaPrnQszeMSaUQYuBp8RMod1dH 3WW9E1ORAwHfnFDFG+a7gbv24sd4dcwjsZB5Pcrnan5YZHUi9Q+Udo2FQyuHzbWKv01R 7jRQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v24si6100331pff.274.2018.03.12.11.58.55; Mon, 12 Mar 2018 11:59:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932231AbeCLS5i (ORCPT + 99 others); Mon, 12 Mar 2018 14:57:38 -0400 Received: from mga01.intel.com ([192.55.52.88]:60649 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313AbeCLS5h (ORCPT ); Mon, 12 Mar 2018 14:57:37 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2018 11:57:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,462,1515484800"; d="scan'208";a="207540742" Received: from unknown (HELO localhost.localdomain) ([10.232.112.44]) by orsmga005.jf.intel.com with ESMTP; 12 Mar 2018 11:57:36 -0700 Date: Mon, 12 Mar 2018 12:59:32 -0600 From: Keith Busch To: "jianchao.wang" Cc: Andy Shevchenko , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Linux NVMe Mailinglist , Linux Kernel Mailing List Subject: Re: [PATCH V2] nvme-pci: assign separate irq vectors for adminq and ioq0 Message-ID: <20180312185932.GH18494@localhost.localdomain> References: <1519832921-13915-1-git-send-email-jianchao.w.wang@oracle.com> <616adf0c-5023-0e66-cc59-504d52d76e44@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <616adf0c-5023-0e66-cc59-504d52d76e44@oracle.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jianchao, The patch tests fine on all hardware I had. I'd like to queue this up for the next 4.16-rc. Could you send a v3 with the cleanup changes Andy suggested and a changelog aligned with Ming's insights? Thanks, Keith