+8
−0
+5
−0
Loading
The reduce compression library was designed for using persistent memory for compression metadata using libpmem. After Intel Optane PM was discontinued, this library has seen no activity for its originally intended use case. It can be used without persistent memory using mmaped files, but the performance will be poor since it was designed for cacheline (not block) accesses. So mark this library as deprecated, with intended removal for v25.09 release. If someone steps up to actively support and test this module with other types of persistent memory, its deprecation can be reconsidered. Signed-off-by:Jim Harris <jim.harris@nvidia.com> Change-Id: I9dd967ca20fff0c6291142036548407c4908b8b0 Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/25942 Tested-by:
SPDK Automated Test System <spdkbot@gmail.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by:
Tomasz Zawadzki <tomasz@tzawadzki.com> Community-CI: Mellanox Build Bot Reviewed-by:
Konrad Sztyber <ksztyber@nvidia.com>