Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 lines
656 B
Plaintext
18 lines
656 B
Plaintext
config DM_PCACHE
|
|
tristate "Persistent cache for Block Device (Experimental)"
|
|
depends on BLK_DEV_DM
|
|
depends on DEV_DAX
|
|
help
|
|
PCACHE provides a mechanism to use persistent memory (e.g., CXL persistent memory,
|
|
DAX-enabled devices) as a high-performance cache layer in front of
|
|
traditional block devices such as SSDs or HDDs.
|
|
|
|
PCACHE is implemented as a kernel module that integrates with the block
|
|
layer and supports direct access (DAX) to persistent memory for low-latency,
|
|
byte-addressable caching.
|
|
|
|
Note: This feature is experimental and should be tested thoroughly
|
|
before use in production environments.
|
|
|
|
If unsure, say 'N'.
|