Re: [Patch v2 00/19] CIFS: Implement SMBDirect

From: Roland Dreier
Date: Tue Aug 29 2017 - 14:21:19 EST


> 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.