pmem / ndctl

A "device memory" enabling project encompassing tools and libraries for CXL, NVDIMMs, DAX, memory tiering and other platform memory device topics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"ndctl list -R" cannot show the region created by "cxl create-region -m -d decoder0.0 -w 1 -g 1024 mem0"

GraphAlg opened this issue · comments

I use qemu to emulate a cxl device. The command "cxl create-region -m -d decoder0.0 -w 1 -g 1024 mem0" is executed successfully. But when I execute command "ndctl list -R", it shows nothing. What is wrong in this process?

but the command "cxl list -R" can show the information of created region.