qemu/hw/rdma
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
..
vmw hw/rdma: Add support for MAD packets 2018-12-22 11:09:56 +02:00
Makefile.objs config: split PVRDMA from RDMA 2018-08-18 18:01:34 +03:00
rdma_backend_defs.h hw/rdma: Add support for MAD packets 2018-12-22 11:09:56 +02:00
rdma_backend.c hw/rdma: Add support for MAD packets 2018-12-22 11:09:56 +02:00
rdma_backend.h hw/rdma: Add support for MAD packets 2018-12-22 11:09:56 +02:00
rdma_rm_defs.h hw/rdma: Add ability to force notification without re-arm 2018-12-22 11:09:56 +02:00
rdma_rm.c hw/rdma: Add ability to force notification without re-arm 2018-12-22 11:09:56 +02:00
rdma_rm.h rdma: fix up include directives 2018-03-23 18:38:55 +03:00
rdma_utils.c Clean up includes 2018-12-20 10:29:08 +01:00
rdma_utils.h Clean up includes 2018-12-20 10:29:08 +01:00
trace-events hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00