Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756093AbdDMTyD (ORCPT ); Thu, 13 Apr 2017 15:54:03 -0400 Received: from mga09.intel.com ([134.134.136.24]:30912 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755085AbdDMTyA (ORCPT ); Thu, 13 Apr 2017 15:54:00 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,195,1488873600"; d="scan'208";a="88510611" Date: Thu, 13 Apr 2017 16:02:55 -0400 From: Keith Busch To: Christoph Hellwig Cc: Thomas Gleixner , Bjorn Helgaas , "linux-pci@vger.kernel.org" , "linux-nvme@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 4/4] nvme/pci: switch to pci_request_irq Message-ID: <20170413200255.GB22775@localhost.localdomain> References: <20170413070643.32165-1-hch@lst.de> <20170413070643.32165-5-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170413070643.32165-5-hch@lst.de> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 267 Lines: 7 On Thu, Apr 13, 2017 at 12:06:43AM -0700, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig This is great. As an added bonus, more of struct nvme_queue's hot values are in the same cache line! Reviewed-by: Keith Busch