qemu-patch-raspberry4/hw/rdma
Yuval Shaia ef6d4ccdc9 hw/rdma: Implementation of generic rdma device layers
This layer is composed of two sub-modules, backend and resource manager.
Backend sub-module is responsible for all the interaction with IB layers
such as ibverbs and umad (external libraries).
Resource manager is a collection of functions and structures to manage
RDMA resources such as QPs, CQs and MRs.

Reviewed-by: Dotan Barak <dotanb@mellanox.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
2018-02-19 13:03:24 +02:00
..
Makefile.objs hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00
rdma_backend.c hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00
rdma_backend.h hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00
rdma_backend_defs.h hw/rdma: Definitions for rdma device and rdma resource manager 2018-02-19 13:03:24 +02:00
rdma_rm.c hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00
rdma_rm.h hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00
rdma_rm_defs.h hw/rdma: Definitions for rdma device and rdma resource manager 2018-02-19 13:03:24 +02:00
rdma_utils.c hw/rdma: Add wrappers and macros 2018-02-19 13:03:24 +02:00
rdma_utils.h hw/rdma: Add wrappers and macros 2018-02-19 13:03:24 +02:00
trace-events hw/rdma: Implementation of generic rdma device layers 2018-02-19 13:03:24 +02:00