Received: by 10.213.65.68 with SMTP id h4csp1093834imn; Wed, 21 Mar 2018 02:24:30 -0700 (PDT) X-Google-Smtp-Source: AG47ELuXn7KacVHsCdOETNjiMNz1E6pkVQZDMNSkORqaXzQNLvuoVYMSJ8hJRdcxvV4XXTjlwiIZ X-Received: by 10.98.253.17 with SMTP id p17mr16266656pfh.105.1521624270098; Wed, 21 Mar 2018 02:24:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521624270; cv=none; d=google.com; s=arc-20160816; b=SUsaW0T0OYnEHwdWQAypSKwpJAzpzUHSf1Hka74ELgC68zXnlkEQY14uSIOrSWKVhC VIdpGba4wKiySqeLUspVio/0NtJFCE04jnRHViqxVQkTXgTb2mRGmD9SazQfjW56djtx 0q9/FFsR2ALf+FybyjEGgkw0N1GAssgtS8jXR4ZKNpb5h6BrcnEaJxwzSeDCb6w3jy8f 0R8eEQz5Tc6t2OyhAHjaKptMP5Hg/yhiFYNIe9ng6xpwDyMbpBokmk1lNZ7xB0lN+650 TFIyT+nZbbAgSGQcheB82jz+zmjB8FUcplO0zTOIWQhDU1V2KkO3vRzatZO+kpWjlOw/ asCQ== 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=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=o7pA45LbM9c/M3Z7pTM2D6pOYSSNKGdIfQTsC6eH2pjfEIItkZJff6GMf8FTkFck9a K3csBTBnwiyYNm7r/JBBQAsW6n+HlZyM7yIq5RGr24hJmEO8Quqd7poxAIaUi0G7jE+e 7hYPfqnPZ7DyTdP4qA/qZ6wJQQqQQZ7DCGVbXRAvVDhwk9IBPfdSPGp4eeMrz/TKk8LH +6MfhRduOlsgG2ynN8fim1vqWV7rKAzhoQsbuSPjGPWstxnIwaTJvsAhQ+HfBRcfFLkx NuXjoTgAl4vMdv69jMeKkfK+wgQ0pV3JCpPxxecs01PJO7jhpcM9AuW3d3jNCScDqFC1 uIjQ== 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 v22si2524762pgb.115.2018.03.21.02.24.15; Wed, 21 Mar 2018 02:24:30 -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 S1751843AbeCUJXP (ORCPT + 99 others); Wed, 21 Mar 2018 05:23:15 -0400 Received: from verein.lst.de ([213.95.11.211]:41211 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbeCUJXN (ORCPT ); Wed, 21 Mar 2018 05:23:13 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 596E8DE403; Wed, 21 Mar 2018 10:23:11 +0100 (CET) Date: Wed, 21 Mar 2018 10:23:11 +0100 From: Christoph Hellwig To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-nvme@lists.infradead.org, linux-rdma@vger.kernel.org, linux-nvdimm@lists.01.org, linux-block@vger.kernel.org, Stephen Bates , Christoph Hellwig , Jens Axboe , Keith Busch , Sagi Grimberg , Bjorn Helgaas , Jason Gunthorpe , Max Gurtovoy , Dan Williams , =?iso-8859-1?B?Suly9G1l?= Glisse , Benjamin Herrenschmidt , Alex Williamson Subject: Re: [PATCH v3 09/11] nvme-pci: Add support for P2P memory in requests Message-ID: <20180321092311.GA7098@lst.de> References: <20180312193525.2855-1-logang@deltatee.com> <20180312193525.2855-10-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180312193525.2855-10-logang@deltatee.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig