Skip to content

Instantly share code, notes, and snippets.

@xterat
Last active July 9, 2017 10:59
Show Gist options
  • Save xterat/2477052a4f132a4297e6e8a3528e3a74 to your computer and use it in GitHub Desktop.
Save xterat/2477052a4f132a4297e6e8a3528e3a74 to your computer and use it in GitHub Desktop.
# RDMA resource creation hierarchy
`struct ibv_device` -> `struct context` ---> `struct ibv_pd` ---> `struct ibv_mr`
| |-> `struct ibv_ah`
| |-> `struct ibv_srq`
| |-> `struct ibv_qp`
|
|-> `struct ibv_comp_channel`
|-> `struct ibv_cq`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment