You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [librpmem and rpmemd packages](#the-librpmem-and-rpmemd-packages)
37
36
* [Experimental support for 64-bit ARM](#experimental-support-for-64-bit-arm)
38
37
10.[Contact Us](#contact-us)
39
38
@@ -56,10 +55,8 @@ Libraries available in this repository:
56
55
57
56
-[libpmemset](https://pmem.io/pmdk/libpmemset/): (**still in progress**) aims to provide the core functionality any persistent application should have. (EXPERIMENTAL)
58
57
59
-
-[librpmem](https://pmem.io/pmdk/librpmem/)<sup>1</sup>: provides low-level support for remote access to persistent memory utilizing RDMA-capable RNICs. (DEPRECATED)
60
-
61
-
**Librpmem** library is deprecated. If you are interested in a remote persistent
62
-
memory support please look at new library [rpma](https://github.com/pmem/rpma).
58
+
**Librpmem** library has been removed from PMDK repository. If you are interested in a remote persistent
59
+
memory support please look at new [librpma](https://github.com/pmem/rpma).
63
60
64
61
If you're looking for *libvmem* and *libvmmalloc*, they have been moved to a
@@ -77,7 +74,7 @@ For information on how these libraries are licensed, see our [LICENSE](LICENSE)
77
74
>
78
75
><sup>2</sup> PMDK for Windows is feature complete, but not yet considered production quality.
79
76
>
80
-
><sup>3</sup> DAX and **libfabric** are not yet supported in FreeBSD, so at this time PMDK is available as a technical preview release for development purposes.
77
+
><sup>3</sup> DAX is not yet supported in FreeBSD, so at this time PMDK is available as a technical preview release for development purposes.
81
78
82
79
## Getting Started
83
80
@@ -141,8 +138,6 @@ You will need to install the following required packages on the build system:
141
138
The following packages are required only by selected PMDK components
142
139
or features:
143
140
144
-
***libfabric** (v1.4.2 or later) -- required by **librpmem**
145
-
146
141
><sup>1</sup> PMDK depends on libndctl to support RAS features. It is possible
147
142
to disable this support by passing NDCTL_ENABLE=n to "make", but we strongly
148
143
discourage users from doing that. Disabling NDCTL strips PMDK from ability to
0 commit comments