From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755142AbcFGL5R (ORCPT ); Tue, 7 Jun 2016 07:57:17 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:35395 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754404AbcFGL5O (ORCPT ); Tue, 7 Jun 2016 07:57:14 -0400 Subject: Re: NVMe over Fabrics RDMA transport drivers To: Christoph Hellwig , axboe@kernel.dk, keith.busch@intel.com References: <1465248215-18186-1-git-send-email-hch@lst.de> Cc: linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, "linux-rdma@vger.kernel.org" From: Sagi Grimberg Message-ID: <5756B695.5020305@grimberg.me> Date: Tue, 7 Jun 2016 14:57:09 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1465248215-18186-1-git-send-email-hch@lst.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We forgot to CC Linux-rdma, CC'ing... On 07/06/16 00:23, Christoph Hellwig wrote: > This patch set implements the NVMe over Fabrics RDMA host and the target > drivers. > > The host driver is tied into the NVMe host stack and implements the RDMA > transport under the NVMe core and Fabrics modules. The NVMe over Fabrics > RDMA host module is responsible for establishing a connection against a > given target/controller, RDMA event handling and data-plane command > processing. > > The target driver hooks into the NVMe target core stack and implements > the RDMA transport. The module is responsible for RDMA connection > establishment, RDMA event handling and data-plane RDMA commands > processing. > > RDMA connection establishment is done using RDMA/CM and IP resolution. > The data-plane command sequence follows the classic storage model where > the target pushes/pulls the data. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-block" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >