From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932957AbcFGPRG (ORCPT ); Tue, 7 Jun 2016 11:17:06 -0400 Received: from mga01.intel.com ([192.55.52.88]:65324 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932497AbcFGPRD (ORCPT ); Tue, 7 Jun 2016 11:17:03 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,433,1459839600"; d="scan'208";a="970680717" From: "Freyensee, James P" To: "hch@lst.de" , "Busch, Keith" CC: "linux-kernel@vger.kernel.org" , "linux-nvme@lists.infradead.org" , "linux-block@vger.kernel.org" , "ming.l@ssi.samsung.com" , "axboe@kernel.dk" , "sagi@grimberg.me" Subject: Re: [PATCH 5/5] nvme-rdma: add a NVMe over Fabrics RDMA host driver Thread-Topic: [PATCH 5/5] nvme-rdma: add a NVMe over Fabrics RDMA host driver Thread-Index: AQHRwDnEeBSIi5/Zv0GR5206ky62e5/ejAoAgAAHtgA= Date: Tue, 7 Jun 2016 15:15:31 +0000 Message-ID: <1465312530.3505.2.camel@intel.com> References: <1465248215-18186-1-git-send-email-hch@lst.de> <1465248215-18186-6-git-send-email-hch@lst.de> <20160607144753.GA28414@localhost.localdomain> In-Reply-To: <20160607144753.GA28414@localhost.localdomain> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.86.175] Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u57FHBsn031007 On Tue, 2016-06-07 at 10:47 -0400, Keith Busch wrote: > 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. Special thanks to Sagi and Christoph for organizing all the patches of this code project into a dynamite submission series for these mailing lists. > I'll try this out on > some machines today.