Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: rpma discontinuation announcement #378

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/blog/2022/update-pmdk-project-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Andy Rudoff – Persistent Memory Software Architect, Intel Labs
| libmemkind<br /> TieredMemDB | https://github.com/memkind/memkind<br /> https://github.com/TieredMemDB | Issue Reporting and Bug Fixes via GitHub and [email protected] |
| PMUL<br /> LLPL<br /> PCJ | https://github.com/pmem/pmul<br /> https://github.com/pmem/llpl<br /> https://github.com/pmem/pcj | Issue Reporting and Bug Fixes via GitHub and [email protected]<br /> Intel JAVA Team Maintaining |
| ndctl | https://github.com/pmem/ndctl | Issue Reporting and Bug Fixes via GitHub and [email protected]<br /> Intel Linux Kernel Team Maintaining and continuing development for CXL-based memory devices & NVDIMMs |
| librpma | https://github.com/pmem/rpma | Issue Reporting and Bug Fixes via GitHub and [email protected]<br /> Seeking new co-maintainer(s) to continue development towards production release |
| librpma | https://github.com/pmem/rpma | No further support or maintenance planned |
| pmdk-convert | https://github.com/pmem/pmdk-convert | No further support or maintenance planned |
| Libpmemstream | https://github.com/pmem/pmemstream | No further support or maintenance planned |
| Libpmemblk<br /> Libpmemlog | https://github.com/pmem/pmdk | No further support or maintenance planned |
Expand Down Expand Up @@ -112,3 +112,4 @@ Andy Rudoff – Persistent Memory Software Architect, Intel Labs
> **A:** For the libraries Intel continues to support, the critical security and bug fixes will follow the Intel Optane persistent memory lifecycle. Once an Optane persistent memory product reaches end of life (EOL), the associated bug fix support for PMDK on that product will also end. Some libraries will not have bug fix support, those are outlined in the table above.

###### [This entry was edited on 2023-03-28 to reflect the latest [announcement](/announcements/2023/customer-letter-march-2023/)]
###### [This entry was edited on 2023-09-05 to reflect [announcement](https://github.com/pmem/rpma#%EF%B8%8F-discontinuation-of-the-project) about librpma discontinuation]
10 changes: 10 additions & 0 deletions content/rpma/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ description: ""
disclaimer: "The contents of this web site and the associated <a href=\"https://github.com/pmem\">GitHub repositories</a> are BSD-licensed open source."
---

### Discontinuation of the project

The **librpma** project will no longer be maintained by Intel.
- Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases,
or updates, to this project.
- Intel no longer accepts patches to this project.
- If you have an ongoing need to use this project, are interested in independently developing it, or would like to
maintain patches for the open source software community, please create your own fork of this project.
- You will find more information [here](/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/).

### The librpma library

The **Remote Persistent Memory Access (RPMA)** (librpma) is a C library to simplify accessing persistent memory on remote hosts over **Remote Direct Memory Access (RDMA)**.
Expand Down
Loading