Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751375AbdH2SVQ (ORCPT ); Tue, 29 Aug 2017 14:21:16 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:34543 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215AbdH2SVO (ORCPT ); Tue, 29 Aug 2017 14:21:14 -0400 X-Google-Smtp-Source: ADKCNb4pvo4EclrR8QQw502iq7P1jvrXTtbkqV9x9EspHCXPf/41IqST+BmYAXqIBJ671K1LwgFCytC/FsFTbdMCa7o= MIME-Version: 1.0 In-Reply-To: <1503255883-3041-1-git-send-email-longli@exchange.microsoft.com> References: <1503255883-3041-1-git-send-email-longli@exchange.microsoft.com> From: Roland Dreier Date: Tue, 29 Aug 2017 11:20:51 -0700 Message-ID: Subject: Re: [Patch v2 00/19] CIFS: Implement SMBDirect To: Long Li Cc: Steve French , linux-cifs@vger.kernel.org, samba-technical@lists.samba.org, LKML , "linux-rdma@vger.kernel.org" , Christoph Hellwig , Tom Talpey , Matthew Wilcox , Long Li Content-Type: text/plain; charset="UTF-8" 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 quoted-printable to 8bit by nfs id v7TILK1r004332 Content-Length: 427 Lines: 7 > Starting with SMB2 dialect 3.0, Microsoft introduced SMBDirect transport protocol for transferring upper layer (SMB2) payload over RDMA via Infiniband, RoCE or iWARP. The prococol is published in [MS-SMBD] (https://msdn.microsoft.com/en-us/library/hh536346.aspx). This is great to see. Is there a Linux implementation of the server side (in Samba?) so that the client can be tested without needing a Windows server? - R.