MXCLI is a command-line application and a front-end to MCXL (Micron CXL Library).
It has two modes of operation:
- Interactive CLI.
- Classic argument-based CLI.1
CXL Features:
- Access CXL Registers.
- Device management using CXL spec commands:
Other Features:
- Access PCIe Registers.
- Linux Distribution with CXL-enabled kernel (e.g. Ubuntu 22.04, Fedora 36, CentOS 8 and REHL 9)4
- The following system executables:
pci-utils
- Installable by package managers
yum/apt install pci-utils
- Installable by package managers
- GLIBC 2.28+ 5
- Root access (for sysfs R/W)
- Executable distributions are self-contained and ready to be executed.
- Optionally ensure execution mode is enabled by
chmod +x mxcli_YYYY.MM.DD
- Launch by
./mxcli_YYYY.MM.DD
for interactive CLI or./mxcli_YYYY.MM.DD --help
for classic mode.
Footnotes