Rate This Document
Findability
Accuracy
Completeness
Readability

Reset

To reset CPU cores, use the --reset parameter in the CMF command line tool.

  • Run the following command to reset all CPU cores:
    ./devcman -m l2-restrict --reset --start_cpu 0 --end_cpu $(($(nproc) -1))
  • To reset a sequence of CPU cores, use --start_cpu and --end_cpu to specify the core ID range. For example, run the following command to reset CPU cores 80 to 119:
    ./devcman -m l2-restrict --reset --start_cpu 80 --end_cpu 119
  • To reset a single CPU core, set both start_cpu and end_cpu to the target CPU core ID. For example, run the following command to reset CPU core 1.
    ./devcman -m l2-restrict --reset --start_cpu 1 --end_cpu 1