On Tue, Mar 24, 2026 at 02:35:45PM +0900, Rakie Kim wrote: > On Fri, 20 Mar 2026 16:56:05 +0000 Jonathan Cameron wrote: > > Init->Target | node0 | node1 | node2 | node3 > node0 | 0x38B | 0x89F | 0x9C4 | 0x3AFC > node1 | 0x89F | 0x38B | 0x3AFC| 0x4268 > > I used the identical type of DRAM and CXL memory for both sockets. > However, looking at the table, the local CXL access latency from > node0->node2 (0x9C4) and node1->node3 (0x4268) shows a massive, > unjustified difference. This asymmetry proves that the table is > currently unreliable. > Can you dump your CDAT for each device so you can at least check whether the device reports the same latency? Would at least tell the interested parties whether this is firmware or BIOS issue. sudo cat /sys/bus/cxl/devices/endpointN/CDAT | python3 cdat_dump.py ~Gregory ---