On Fri, 16 Aug 2024 09:44:25 -0500 Ira Weiny <ira.we...@intel.com> wrote:
> cxl_dpa_to_region() finds the region from a <DPA, device> tuple. > The search involves finding the device endpoint decoder as well. > > Dynamic capacity extent processing uses the endpoint decoder HPA > information to calculate the HPA offset. In addition, well behaved > extents should be contained within an endpoint decoder. > > Return the endpoint decoder found to be used in subsequent DCD code. Maybe make this Optionally return the ... > > Signed-off-by: Ira Weiny <ira.we...@intel.com> Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com>