Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754035AbdHUT4c (ORCPT ); Mon, 21 Aug 2017 15:56:32 -0400 Received: from smtp.opengridcomputing.com ([72.48.136.20]:43704 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753492AbdHUT4D (ORCPT ); Mon, 21 Aug 2017 15:56:03 -0400 From: "Steve Wise" To: "'Long Li'" , "'Steve French'" , , , , , "'Christoph Hellwig'" , "'Tom Talpey'" , "'Matthew Wilcox'" References: <1503255883-3041-1-git-send-email-longli@exchange.microsoft.com> <01ff01d31ab1$ca836a60$5f8a3f20$@opengridcomputing.com> In-Reply-To: Subject: RE: [Patch v2 00/19] CIFS: Implement SMBDirect Date: Mon, 21 Aug 2017 14:56:04 -0500 Message-ID: <027d01d31ab7$85adbed0$91093c70$@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQKFgv/QJD7yVCo2vXDVwR68cSG15wF9NFvjAVmn/rOhE7GlcA== Content-Language: en-us Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 464 Lines: 22 > > > > Hey Long, > > > > What testing have you done with this on the various rdma transports? Does > > it work over IB, RoCE, and iWARP providers? > > Hi Steve, > > Currently all the tests have been done over Infiniband. We haven't tested on RoCE > or iWARP, but planned to do it in the following weeks. > > Long Ok, good. Is this series available on github or somewhere so we can clone it and review it as it is applied to the kernel src? Thanks, Steve.