Re: [Qemu-devel] [PATCH v8 00/23] Add support for RDMA MAD

2018-12-21 Thread Yuval Shaia
On Fri, Dec 21, 2018 at 03:53:21PM +0200, Marcel Apfelbaum wrote: > > > On 12/17/18 8:45 PM, Yuval Shaia wrote: > > Hi all. > > Hi Yuval, > The series does not apply on master anymore, > can you please rebase it and send ii again? > > Thanks, > Marcel Yeah, conflict is because of a change made

Re: [Qemu-devel] [PATCH v8 00/23] Add support for RDMA MAD

2018-12-21 Thread Marcel Apfelbaum
On 12/17/18 8:45 PM, Yuval Shaia wrote: Hi all. Hi Yuval, The series does not apply on master anymore, can you please rebase it and send ii again? Thanks, Marcel This is a major enhancement to the pvrdma device to allow it to work with state of the art applications such as MPI. As descri

[Qemu-devel] [PATCH v8 00/23] Add support for RDMA MAD

2018-12-17 Thread Yuval Shaia
Hi all. This is a major enhancement to the pvrdma device to allow it to work with state of the art applications such as MPI. As described in patch #5, MAD packets are management packets that are used for many purposes including but not limited to communication layer above IB verbs API. Patch 1 e