Skip to content

Commit 3a473f8

Browse files
author
John W. Linville
committed
cxl/Documentation: Remove 'mixed' from sysfs mode doc
JIRA: https://issues.redhat.com/browse/RHEL-107284 commit 962ac4c Author: Ira Weiny <ira.weiny@intel.com> Date: Mon Feb 24 12:29:29 2025 -0600 cxl/Documentation: Remove 'mixed' from sysfs mode doc Commit 188e952 ("cxl: Remove the CXL_DECODER_MIXED mistake") removed the mixed mode. Remove it from the sysfs documentation. Cc: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Link: https://patch.msgid.link/20250224-remove-mixed-sysfs-v1-1-a329db313dac@intel.com Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: John W. Linville <linville@redhat.com>
1 parent 9675729 commit 3a473f8

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Documentation/ABI/testing/sysfs-bus-cxl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,14 +321,13 @@ KernelVersion: v6.0
321321
Contact: linux-cxl@vger.kernel.org
322322
Description:
323323
(RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it
324-
translates from a host physical address range, to a device local
325-
address range. Device-local address ranges are further split
326-
into a 'ram' (volatile memory) range and 'pmem' (persistent
327-
memory) range. The 'mode' attribute emits one of 'ram', 'pmem',
328-
'mixed', or 'none'. The 'mixed' indication is for error cases
329-
when a decoder straddles the volatile/persistent partition
330-
boundary, and 'none' indicates the decoder is not actively
331-
decoding, or no DPA allocation policy has been set.
324+
translates from a host physical address range, to a device
325+
local address range. Device-local address ranges are further
326+
split into a 'ram' (volatile memory) range and 'pmem'
327+
(persistent memory) range. The 'mode' attribute emits one of
328+
'ram', 'pmem', or 'none'. The 'none' indicates the decoder is
329+
not actively decoding, or no DPA allocation policy has been
330+
set.
332331

333332
'mode' can be written, when the decoder is in the 'disabled'
334333
state, with either 'ram' or 'pmem' to set the boundaries for the

0 commit comments

Comments
 (0)