Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1782077ybh; Mon, 20 Jul 2020 07:09:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzSWqkboyDV7nHDq3lT2nVqgbgKeBsCEs1hgB3szKXNdU5MWjMxF/xevPKU8Q6SXhgSEsSD X-Received: by 2002:a17:906:38da:: with SMTP id r26mr20226525ejd.120.1595254180236; Mon, 20 Jul 2020 07:09:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595254180; cv=none; d=google.com; s=arc-20160816; b=Juga4ysQLZLuZq8TkfspY7nO+fpiuncj9iD66ml0iulijD6ASkkLghtob6H47XTBi1 35CQ+CMRi9NQ5b5hXWiEoC9581za5zmSP2xCFr025EhqBGuf18MPiTsxPHmwNUw0Dm4X RSuGd/g/cOdJ09gfiJ19ts6xKE9Dhzn7EFzctAiHMLTmDnDNRFmbgUQAl/Jw2dFel+XH 9iYl6SOdWZoX6dkndsmzwA54eWi/xZFcsF6aWitIpHJgfybVYqtNbCj49Ba2AaNBpflk QV95PMbqMfoZfYuLA/wCAMW9OEdDx+DB3GuNlz24w4eH/leI85ABYvXGbITrdQ150mQm WfqA== 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; bh=cwrWoRhT/RHL5dXU2e3kmT0/uTSV6y70RNdD9fOfIRc=; b=QUh+H1u1n6hHkkFDF1ugctmzQw+EGftAZs4fiEcfu5ylHm1P5MvHCmBJq/Pxft9L8J eDexur8YRPOdIfVP39II6QolAJ1QA/4MjsxquBEnLFUsyPVk2Nu5TUxSXOWCEO0eUps8 +1KHKaVPJhpkFjsY58RmMW8qoLxviciIgrl48Z5JofcowoaPH7lP5dM5PSpL4cdj0Ig2 moLBImmGg0xHBxUx8Ug5skGbrIz9pnCAZ6i41JVjcdqVnBpiEB7z848JsPIWD/93zp01 bZw0J95e710bkS4EBioDHChZkRQCf+EOcBd/bs+uURy5+wiccnUPSJOUcEuPGYiwMwkg LbWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cm12si10319390edb.333.2020.07.20.07.09.16; Mon, 20 Jul 2020 07:09:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726782AbgGTOGq (ORCPT + 99 others); Mon, 20 Jul 2020 10:06:46 -0400 Received: from verein.lst.de ([213.95.11.211]:47139 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726046AbgGTOGq (ORCPT ); Mon, 20 Jul 2020 10:06:46 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 840C368C4E; Mon, 20 Jul 2020 16:06:44 +0200 (CEST) Date: Mon, 20 Jul 2020 16:06:43 +0200 From: Christoph Hellwig To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, Christoph Hellwig , Sagi Grimberg , Keith Busch , Jens Axboe , Chaitanya Kulkarni , Max Gurtovoy , Stephen Bates Subject: Re: [PATCH v15 4/9] nvmet-passthru: Introduce NVMet passthru Kconfig option Message-ID: <20200720140643.GD4627@lst.de> References: <20200716203319.16022-1-logang@deltatee.com> <20200716203319.16022-5-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200716203319.16022-5-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 On Thu, Jul 16, 2020 at 02:33:14PM -0600, Logan Gunthorpe wrote: > From: Chaitanya Kulkarni > > This patch updates KConfig file for the NVMeOF target where we add new > option so that user can selectively enable/disable passthru code. > > Signed-off-by: Chaitanya Kulkarni > [logang@deltatee.com: fixed some of the wording in the help message] > Signed-off-by: Logan Gunthorpe > Reviewed-by: Sagi Grimberg The Kconfig should go last for split up patches.