Tomasz Gromadzki
Tomasz Gromadzki
Enable statistics in pmalloc mt tests. Extend diagnostic of some tests like pmalloc, prealloc result verification. - - - This change is [](https://reviewable.io/reviews/pmem/pmdk/5566)
A simple pre-commit configuration file that enables usage of pre-commit hook. https://pre-commit.com/index.html - - - This change is [](https://reviewable.io/reviews/pmem/pmdk/6068)
# ISSUE: Redundancy in the make_extra.py script ## Please provide a reproduction of the bug: It seems that cflow properly identifies inline functions but in some situations it does not...
This change is [](https://reviewable.io/reviews/pmem/pmdk/6083)
Figure 10. Bandwidth (threads): rpma_read() from DRAM (non-DW2PMem) vs from PMEM (DW2PMem) shall be extended by PMem (non-DW2PMem) series
# FEAT: RPMA Fio Engine (server-side) support for ``offset`` ## Rationale To enable running several engines sharing the same pmem file an offset is needed as a supported command option....
# FEAT: rpma_cq_wait() performance optimization ## Rationale ``ibv_ack_cq_events()`` seems to be the main bottleneck for the librpma library when the completion event channel is used. To avoid the problem ``ibv_ack_cq_events()``...
# FEAT: rpma_conn_wait() performance optimization ## Rationale Having ``rpma_conn_wait()`` a part of the librpma API we can implement a similar solution as the one described in #1697 but also give...
# FEAT: manual control of completion events generation ## Rationale Each time ``rpma_conn_wait()`` is called, it arms CQ to trigger a new event as soon as the next work completion...
BENCHMARKING.md - benchmarking system topology description - introduction of initiator and target node - ssh setup documentation (user must execute ssh manually from initiator to target at least once before...