cxl/hdm: Add 'mode' attribute to decoder objects
authorDan Williams <dan.j.williams@intel.com>
Mon, 23 May 2022 19:15:35 +0000 (12:15 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 22 Jul 2022 00:19:23 +0000 (17:19 -0700)
commit2c8669033f16f5d791e10a5bdd42e39c7380da57
tree56607c894bdaf54da1f0d7a197263f8879e33a8e
parent9c57cde0dcbd0f76f649d152b83a2b9316277b22
cxl/hdm: Add 'mode' attribute to decoder objects

Recall that the Device Physical Address (DPA) space of a CXL Memory
Expander is potentially partitioned into a volatile and persistent
portion. A decoder maps a Host Physical Address (HPA) range to a DPA
range and that translation depends on the value of all previous (lower
instance number) decoders before the current one.

In preparation for allowing dynamic provisioning of regions, decoders
need an ABI to indicate which DPA partition a decoder targets. This ABI
needs to be prepared for the possibility that some other agent committed
and locked a decoder that spans the partition boundary.

Add 'decoderX.Y/mode' to endpoint decoders that indicates which
partition 'ram' / 'pmem' the decoder targets, or 'mixed' if the decoder
currently spans the partition boundary.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/165603881967.551046.6007594190951596439.stgit@dwillia2-xfh
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Documentation/ABI/testing/sysfs-bus-cxl
drivers/cxl/core/hdm.c
drivers/cxl/core/port.c
drivers/cxl/cxl.h