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>
Showing
- Makefile.objs 1 addition, 0 deletionsMakefile.objs
- configure 5 additions, 4 deletionsconfigure
- hw/rdma/Makefile.objs 1 addition, 1 deletionhw/rdma/Makefile.objs
- hw/rdma/rdma_backend.c 818 additions, 0 deletionshw/rdma/rdma_backend.c
- hw/rdma/rdma_backend.h 98 additions, 0 deletionshw/rdma/rdma_backend.h
- hw/rdma/rdma_rm.c 544 additions, 0 deletionshw/rdma/rdma_rm.c
- hw/rdma/rdma_rm.h 69 additions, 0 deletionshw/rdma/rdma_rm.h
- hw/rdma/trace-events 5 additions, 0 deletionshw/rdma/trace-events
Loading
Please register or sign in to comment