From bc7dd6c64bdc131d6e36c6003371802bdb2ae962 Mon Sep 17 00:00:00 2001 From: "Gromadzki, Tomasz" Date: Tue, 5 Sep 2023 15:07:22 +0200 Subject: [PATCH] doc: librpma discontinuation announcement Signed-off-by: Gromadzki, Tomasz --- .github/workflows/on_pull_request.yml | 2 +- README.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index 5c313d8875..8503978bc4 100644 --- a/.github/workflows/on_pull_request.yml +++ b/.github/workflows/on_pull_request.yml @@ -31,7 +31,7 @@ jobs: "N=5 OS=rockylinux OS_VER=9 CC=gcc PUSH_IMAGE=1", "N=6 OS=rockylinux OS_VER=8 CC=gcc PUSH_IMAGE=1", # Ubuntu-latest with rdma-core v45.0 installed from sources - "N=7 OS=ubuntu OS_VER=latest-with-rdma-core-45 CC=gcc TESTS_COVERAGE=1", + "N=7 OS=ubuntu OS_VER=latest-with-rdma-core-45 CC=gcc", # "TESTS_COVERAGE=1" disabled intentionally before project archiving, "N=8 OS=ubuntu OS_VER=latest-with-rdma-core-45 CC=clang PUSH_IMAGE=1", # Fedora-latest with rdma-core v45.0 installed from sources "N=9 OS=fedora OS_VER=latest-with-rdma-core-45 CC=gcc PUSH_IMAGE=1", diff --git a/README.md b/README.md index 96bcaf29a4..b45be6764a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,17 @@ [![librpma version](https://img.shields.io/github/tag/pmem/rpma.svg)](https://github.com/pmem/rpma/releases/latest) [![Packaging status](https://repology.org/badge/tiny-repos/rpma.svg)](https://repology.org/project/rpma/versions) + +## Discontinuation of the project +The *rpma* 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](https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/). + +## Introduction + The **Remote Persistent Memory Access (RPMA) Library** is a C library to simplify accessing persistent memory on remote hosts over **Remote Direct Memory Access (RDMA)**. For more information, see [pmem.io](https://pmem.io).