RE: [PATCH v8 07/25] x86/resctrl: Introduce the interface to display monitor mode

From: Luck, Tony
Date: Thu Oct 10 2024 - 11:09:45 EST


> >> + By default resctrl assumes each control and monitor group has a hardware
> >> + counter. Hardware that does not support 'mbm_cntr_assign' mode will still
> >> + allow more control or monitor groups than 'num_rmids' to be created. In
> >
> > Should that be s/num_rmids/num_mbm_cntrs/ ?
>
> It is actually num_rmids here as in default mode, num_rmid_cntrs are not
> available.

Babu,

The code isn't working that way for me. I built & booted. Since I'm on
an Intel machine without ABMC I'm in "default" mode. But I can't make
more monitor groups that num_rmids.

-Tony