RE: [[PATCH v1] 00/37] Implement SMBD protocol: Series 1

2017-08-14 Thread Long Li
t: Re: [[PATCH v1] 00/37] Implement SMBD protocol: Series 1 > > Hi Long, > > a few meta-comments: > > first the split into lots of tiny lists makes the series really hard to read, > I'd split > it into just a few: > > Patch 1: add the protocol constants >

Re: [[PATCH v1] 00/37] Implement SMBD protocol: Series 1

2017-08-13 Thread Christoph Hellwig
... and a third one: please include the linux-rdma mailing list on your next post, to make sure we get a good review pool of people familiar with the rdma code.

Re: [[PATCH v1] 00/37] Implement SMBD protocol: Series 1

2017-08-13 Thread Christoph Hellwig
Hi Long, a few meta-comments: first the split into lots of tiny lists makes the series really hard to read, I'd split it into just a few: Patch 1: add the protocol constants Patch 2-n: core cifs modifcation required to implement SMBD Patch n+1: add the actual SMBD code Patch n+2..m: write up

[[PATCH v1] 00/37] Implement SMBD protocol: Series 1

2017-08-02 Thread Long Li
From: Long Li SMB3 defines a protocol for transfer data over RDMA transport such as Infiniband, RoCE and iWARP. The prococol is published in [MS-SMBD] (https://msdn.microsoft.com/en-us/library/hh536346.aspx). This is the series 1 of two patch sets. This patch set implements the SMBD transport