From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161283AbcFGOkP (ORCPT ); Tue, 7 Jun 2016 10:40:15 -0400 Received: from mga04.intel.com ([192.55.52.120]:36410 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161158AbcFGOkK (ORCPT ); Tue, 7 Jun 2016 10:40:10 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,433,1459839600"; d="scan'208";a="823369217" Date: Tue, 7 Jun 2016 10:47:54 -0400 From: Keith Busch To: Christoph Hellwig Cc: axboe@kernel.dk, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Jay Freyensee , Ming Lin , Sagi Grimberg Subject: Re: [PATCH 5/5] nvme-rdma: add a NVMe over Fabrics RDMA host driver Message-ID: <20160607144753.GA28414@localhost.localdomain> References: <1465248215-18186-1-git-send-email-hch@lst.de> <1465248215-18186-6-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465248215-18186-6-git-send-email-hch@lst.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 06, 2016 at 11:23:35PM +0200, Christoph Hellwig wrote: > To connect to all NVMe over Fabrics controller reachable on a given taget > port using RDMA/CM use the following command: > > nvme connect-all -t rdma -a $IPADDR > > This requires the latest version of nvme-cli with Fabrics support. Is there a public fork or patch set available for the user tools? I'd be happy to merge that in. Overall, this whole series is looking really good. I'll try this out on some machines today.