This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
RPMA Version 0.11.0
Pre-release
Pre-release
Added
-
Example 12 for separate receive completion queue (RCQ).
-
Documented the default values of struct rpma_conn_cfg.
-
APIs:
- rpma_cq_get_wc - receive one or more completions
-
Tools:
- Benchmarking framework basing on python scripts.
Deprecated
- APIs:
- rpma_cq_get_completion - replaced with rpma_cq_get_wc
- struct rpma_completion - replaced with struct ibv_wc from libibverbs
- enum rpma_op - replaced with enum ibv_wc_opcode from libibverbs
Fixed
- Examples 07 and 08.
Removed
-
APIs:
- rpma_conn_completion_get - replaced with rpma_conn_get_cq and rpma_cq_get_wc,
- rpma_conn_completion_wait - replaced with rpma_conn_get_cq and rpma_cq_wait,
- rpma_conn_get_completion_fd - replaced with rpma_conn_get_cq and rpma_cq_get_fd.
-
Tools:
- Benchmarking framework basing on bash scripts.