remote persistent memory access library
No description set
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / rpma
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout hardware:nvdimm/rpma && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1.2.0.tar.gz | 0000271214 265 KB | |
_link | 0000000124 124 Bytes | |
rpma.changes | 0000004585 4.48 KB | |
rpma.spec | 0000002629 2.57 KB |
Revision 6 (latest revision is 9)
Raymund Will (rwill)
accepted
request 1061765
from
Dirk Mueller (dirkmueller)
(revision 6)
- update to 1.2.0: * native atomic write support (required support in the kernel and in an RNIC's driver) * security warnings to the documentation of the following functions of the API: - rpma_conn_get_private_data() - rpma_conn_req_get_private_data() - rpma_mr_get_descriptor() - rpma_mr_remote_from_descriptor() - rpma_peer_cfg_from_descriptor() - rpma_peer_cfg_get_descriptor() * offset of the beginning of the used persistent memory in the clients using PMem in the examples * CI Coverity build run once a day over the night * a check for the native atomic write support in libibverbs * DEVELOPMENT.md file - `CMAKE_BUILD_TYPE` must be set to `Debug` when running the tests * check-headers.sh file - corrected the path of check-ms-license.pl and removed unneeded '*' at the start of the grep expressions * (examples) use HELLO_STR_SIZE instead of KILOBYTE in case of the hello string the common_pmem_map_file_with_signature_check() function in examples * `wr` passed to ibv_post_send(), ibv_post_recv() and ibv_post_srq_recv() is initialized to 0 * `sge` passed to a log message (in rpma_mr_*() functions) is initialized to 0 * `rq_size` in rpma_peer_create_srq() initialized to 0 * detecting no free slot for a new connection request in example 13 * memory allocations in example 07 * minor issues detected by Coverity * sleep(1) added to mtt_client_connect() before the next connection retry
Comments 0