diff options
| author | Yuval Shaia | 2018-02-09 14:23:18 +0100 |
|---|---|---|
| committer | Marcel Apfelbaum | 2018-02-19 12:03:24 +0100 |
| commit | ef6d4ccdc9eba3c184da08e76d52e5003325680b (patch) | |
| tree | 7dc1abe7280c3a3ffad1534f473d009f8a564cf4 /Makefile.objs | |
| parent | hw/rdma: Definitions for rdma device and rdma resource manager (diff) | |
| download | qemu-ef6d4ccdc9eba3c184da08e76d52e5003325680b.tar.gz qemu-ef6d4ccdc9eba3c184da08e76d52e5003325680b.tar.xz qemu-ef6d4ccdc9eba3c184da08e76d52e5003325680b.zip | |
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>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 3f1a1b674d..009cbcb2b8 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -130,6 +130,7 @@ trace-events-subdirs += hw/block/dataplane trace-events-subdirs += hw/char trace-events-subdirs += hw/intc trace-events-subdirs += hw/net +trace-events-subdirs += hw/rdma trace-events-subdirs += hw/virtio trace-events-subdirs += hw/audio trace-events-subdirs += hw/misc |
