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

2018-11-18 Thread Yuval Shaia
On Sat, Nov 17, 2018 at 02:06:48PM +0200, Marcel Apfelbaum wrote: > Hi Yuval, > > On 11/13/18 9:12 AM, Yuval Shaia wrote: > > MAD (Management Datagram) packets are widely used by various modules > > Please add a link to Spec, I sent it in the V1 mail-thread > Please add it also as a comment in th

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

2018-11-17 Thread Marcel Apfelbaum
Hi Yuval, On 11/13/18 9:12 AM, Yuval Shaia wrote: MAD (Management Datagram) packets are widely used by various modules Please add a link to Spec, I sent it in the V1 mail-thread Please add it also as a comment in the code. I know MADs are a complicated matter, but if somebody wants to have a l

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

2018-11-12 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

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

2018-11-12 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