Re: [Qemu-devel] [PATCH v2 05/22] hw/rdma: Add support for MAD packets

2018-11-17 Thread Marcel Apfelbaum
Hi Yuval, On 11/11/18 12:31 PM, Yuval Shaia wrote: On Sat, Nov 10, 2018 at 08:15:27PM +0200, Marcel Apfelbaum wrote: Hi Yuval On 11/8/18 6:08 PM, Yuval Shaia wrote: MAD (Management Datagram) packets are widely used by various modules both in kernel and in user space for example the rdma_* API

Re: [Qemu-devel] [PATCH v2 05/22] hw/rdma: Add support for MAD packets

2018-11-11 Thread Yuval Shaia
On Sat, Nov 10, 2018 at 08:15:27PM +0200, Marcel Apfelbaum wrote: > Hi Yuval > > On 11/8/18 6:08 PM, Yuval Shaia wrote: > > MAD (Management Datagram) packets are widely used by various modules > > both in kernel and in user space for example the rdma_* API which is > > used to create and maintain

Re: [Qemu-devel] [PATCH v2 05/22] hw/rdma: Add support for MAD packets

2018-11-10 Thread Marcel Apfelbaum
Hi Yuval On 11/8/18 6:08 PM, Yuval Shaia wrote: MAD (Management Datagram) packets are widely used by various modules both in kernel and in user space for example the rdma_* API which is used to create and maintain "connection" layer on top of RDMA uses several types of MAD packets. Can you add

[Qemu-devel] [PATCH v2 05/22] hw/rdma: Add support for MAD packets

2018-11-08 Thread Yuval Shaia
MAD (Management Datagram) packets are widely used by various modules both in kernel and in user space for example the rdma_* API which is used to create and maintain "connection" layer on top of RDMA uses several types of MAD packets. To support MAD packets the device uses an external utility (cont