From efec78907a60b14dcb028b245c8d370043e31d97 Mon Sep 17 00:00:00 2001 From: Weronika Lewandowska Date: Tue, 12 Apr 2022 08:34:51 +0200 Subject: [PATCH] pmdk: update librpmem information --- data/en/pmdk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/en/pmdk.yml b/data/en/pmdk.yml index be02cd7385..c9a2c5462c 100644 --- a/data/en/pmdk.yml +++ b/data/en/pmdk.yml @@ -59,9 +59,9 @@ libraries_section:

See the librpma page for available documentation.

" library_itemA3: title: 'librpmem' - content: "

pmempool is a management tool for persistent memory pool files created by the PMDK libraries. It may be useful for system administrators as well as for software developers for troubleshooting and debugging.

+ content: "

librpmem provides low-level support for remote access to persistent memory utilizing RDMA-capable RNICs.

See the librpmem page for documentation and examples.

-

Note: This is still an experimental API and should not be used in production environments.

+

Note: This is a deprecated API and should not be used in production environments.

Note: The alternative solution for accessing remote persistent memory is implemented by the librpma library (see below).

" library_itemA4: title: 'libvmemcache'