diff options
author | Dan Williams <[email protected]> | 2022-08-05 13:27:45 -0700 |
---|---|---|
committer | Dan Williams <[email protected]> | 2022-08-05 16:10:03 -0700 |
commit | 298d44d04b2ba97824c3dadd1dbf7c154a2a86e2 (patch) | |
tree | d280fd218271f3985d7e961a14eef5f266a1a892 /lib/mpi/mpi-cmp.c | |
parent | 910bc55da8285605308cb76f69a335b36780da43 (diff) |
cxl/region: Fix x1 interleave to greater than x1 interleave routing
In cases where the decode fans out as it traverses downstream, the
interleave granularity needs to increment to identify the port selector
bits out of the remaining address bits. For example, recall that with an
x2 parent port intereleave (IW == 1), the downstream decode for children
of those ports will either see address bit IG+8 always set, or address
bit IG+8 always clear. So if the child port needs to select a downstream
port it can only use address bits starting at IG+9 (where IG and IW are
the CXL encoded values for interleave granularity (ilog2(ig) - 8) and
ways (ilog2(iw))).
When the parent port interleave is x1 no such masking occurs and the
child port can maintain the granularity that was routed to the parent
port.
Reported-by: Jonathan Cameron <[email protected]>
Reviewed-by: Vishal Verma <[email protected]>
Reviewed-by: Ira Weiny <[email protected]>
Link: https://lore.kernel.org/r/165973126583.1526540.657948655360009242.stgit@dwillia2-xfh.jf.intel.com
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions