From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E786BECE58D for ; Wed, 9 Oct 2019 22:14:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B8EC1218AC for ; Wed, 9 Oct 2019 22:14:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570659290; bh=m4PELeG4FH7XyCDThiykdmZ+j/dNLTN4TQDfS1hIAl0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yVCTe/Te8CjpXJlcoSq/8sabAIYa7bOopZwoDy762I+aRscHtmfnRAoZbsCK+omDA myEjFSsLpOR6AVmVzfW7vNJ734PiK61AQdDBECLoLlq8advdS7wYSdJNK3m03pVg4i gTwjjSjbewx6s7bmyBznwgy04i/Rj7rx7767c5Eg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732188AbfJIWOt (ORCPT ); Wed, 9 Oct 2019 18:14:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:53348 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730490AbfJIWOt (ORCPT ); Wed, 9 Oct 2019 18:14:49 -0400 Received: from washi1.fujisawa.hgst.com (unknown [199.255.47.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8C05620B7C; Wed, 9 Oct 2019 22:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570659288; bh=m4PELeG4FH7XyCDThiykdmZ+j/dNLTN4TQDfS1hIAl0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g3QfiYZ0ghzsbSW26PCMYsxgFwDTpTMMR8mHdaipDRHUMsRKyr5otUOcvtxCiJJxo DGMUQtyJYW3ECl5SAYi3XEMakKOO/XAqhbQeXMptffN3qjzfj4PpxvjO8VmdeH2i10 zD9mnhGX5tZcipf19dmupQvx5uHlZ2tPvP5xyBsc= Date: Thu, 10 Oct 2019 07:14:45 +0900 From: Keith Busch To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , Sagi Grimberg , Jens Axboe , Chaitanya Kulkarni , Max Gurtovoy , Stephen Bates Subject: Re: [PATCH v9 02/12] nvme-core: export existing ctrl and ns interfaces Message-ID: <20191009221445.GC3009@washi1.fujisawa.hgst.com> References: <20191009192530.13079-1-logang@deltatee.com> <20191009192530.13079-3-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191009192530.13079-3-logang@deltatee.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 09, 2019 at 01:25:19PM -0600, Logan Gunthorpe wrote: > From: Chaitanya Kulkarni > > We export existing nvme ctrl and ns management APIs so that target > passthru code can manage the nvme ctrl. > > This is a preparation patch for implementing NVMe Over Fabric target > passthru feature. > > Signed-off-by: Chaitanya Kulkarni > Signed-off-by: Logan Gunthorpe > Reviewed-by: Sagi Grimberg Looks fine. Reviewed-by: Keith Busch