Re: [PATCH 02/26] cxl/core: Separate region mode from decoder mode

From: Davidlohr Bueso
Date: Mon Mar 25 2024 - 19:34:38 EST


On Sun, 24 Mar 2024, ira.weiny@xxxxxxxxx wrote:

From: Navneet Singh <navneet.singh@xxxxxxxxx>

Until now region modes and decoder modes were equivalent in that they
were either PMEM or RAM. With the upcoming addition of Dynamic Capacity
regions (which will represent an array of device regions [better named
partitions] the index of which could be different on different
interleaved devices), the mode of an endpoint decoder and a region will
no longer be equivalent.

Define a new region mode enumeration and adjust the code for it.

Could this could also be picked up regardless of dcd?

Thanks,
Davidlohr