Re: [PATCH rdma-next V2 00/32] Soft-RoCE driver

2015-12-26 Thread Doug Ledford
On 12/24/2015 09:20 AM, Christoph Hellwig wrote: > On Thu, Dec 24, 2015 at 02:58:10PM +0200, Or Gerlitz wrote: >> On Thu, Dec 24, 2015 at 12:02 PM, Christoph Hellwig >> wrote: >>> On Thu, Dec 24, 2015 at 11:17:46AM +0200, Kamal Heib wrote: We've located the driver in the

Re: [PATCH rdma-next V2 00/32] Soft-RoCE driver

2015-12-26 Thread Ming Lin
On Thu, 2015-12-24 at 11:17 +0200, Kamal Heib wrote: > Doug and list Hi, > > This patchset introduces Soft RoCE driver. Thanks to submit this driver. I have been looking for this kind of driver a while to setup a RDMA environment with 2 virtual machines. I did a quick test with 2 VMs.

[PATCH rdma-next V2 00/32] Soft-RoCE driver

2015-12-24 Thread Kamal Heib
Doug and list Hi, This patchset introduces Soft RoCE driver. Some background on the driver: The original Soft-RoCE driver was implemented by Bob Pearson from SFW. Bob started the submission process [1], but his work was abandoned after v2. Mellanox decided to pick it up and continue the

Re: [PATCH rdma-next V2 00/32] Soft-RoCE driver

2015-12-24 Thread Christoph Hellwig
On Thu, Dec 24, 2015 at 11:17:46AM +0200, Kamal Heib wrote: > We've located the driver in the staging subtree. This follows a requirement > to implement an IB transport library - Soft RoCE is in the same boat like the > hfi1 > driver. We need to define and implement a lib to prevent those code >

Re: [PATCH rdma-next V2 00/32] Soft-RoCE driver

2015-12-24 Thread Christoph Hellwig
On Thu, Dec 24, 2015 at 02:58:10PM +0200, Or Gerlitz wrote: > On Thu, Dec 24, 2015 at 12:02 PM, Christoph Hellwig > wrote: > > On Thu, Dec 24, 2015 at 11:17:46AM +0200, Kamal Heib wrote: > >> We've located the driver in the staging subtree. This follows a requirement > >> to

Re: [PATCH rdma-next V2 00/32] Soft-RoCE driver

2015-12-24 Thread Or Gerlitz
On Thu, Dec 24, 2015 at 12:02 PM, Christoph Hellwig wrote: > On Thu, Dec 24, 2015 at 11:17:46AM +0200, Kamal Heib wrote: >> We've located the driver in the staging subtree. This follows a requirement >> to implement an IB transport library - Soft RoCE is in the same boat like