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

2018-11-24 Thread Yuval Shaia
On Sun, Nov 25, 2018 at 09:05:17AM +0200, Marcel Apfelbaum wrote: > > > On 11/22/18 2:13 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 "connec

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

2018-11-24 Thread Marcel Apfelbaum
On 11/22/18 2:13 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. For more informati

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

2018-11-22 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. For more information please refer to chapter 13.4 in Volume 1 A