qemu-e2k/hw/rdma/vmw
Yuval Shaia 605ec1663b hw/rdma: Add support for MAD packets
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
Architecture Specification, Release 1.1 available here:
https://www.infinibandta.org/ibta-specifications-download/

To support MAD packets the device uses an external utility
(contrib/rdmacm-mux) to relay packets from and to the guest driver.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Marcel Apfelbaum<marcel.apfelbaum@gmail.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2018-12-22 11:09:56 +02:00
..
pvrdma_cmd.c
pvrdma_dev_ring.c
pvrdma_dev_ring.h
pvrdma_main.c hw/rdma: Add support for MAD packets 2018-12-22 11:09:56 +02:00
pvrdma_qp_ops.c
pvrdma_qp_ops.h
pvrdma.h hw/rdma: Add support for MAD packets 2018-12-22 11:09:56 +02:00
trace-events