intel / intel-cmt-cat

User space software for Intel(R) Resource Director Technology
http://www.intel.com/content/www/us/en/architecture-and-technology/resource-director-technology.html
Other
693 stars 183 forks source link

No /sys/fs/resctrl found with updated kernel? #179

Closed oleotiger closed 3 years ago

oleotiger commented 3 years ago

I wanna use cat/mba. OS:Centos7.6 My pre kernel version is Linux 3.10.0-957.el7.x86_64 x86_64 So I update it to Linux 5.11.9-1.el7.elrepo.x86_64 x86_64.

With 3.10.0 I can find /sys/fs/resctrl. But when updated to 5.11.9 I can't find resctrl under /sys/fs.

So How could I use resctrl?

What's more, in kernel .config, there is no more configurations like INTEL_RDT of kernel 5.11.9, so should I leave configurting it and just use rdt?

dxlet commented 3 years ago

hello, I encountered the same problem. Could you explain how you solved it? Thank you!!!