Hi Babu, On 6/13/25 2:04 PM, Babu Moger wrote: > +/** > + * resctrl_arch_mbm_cntr_assign_set() - Configure the MBM counter assignment mode. > + * @r: Pointer to the resource structure. > + * @enable: Set to true to enable, false to disable the assignment mode. > + * > + * Return: > + * 0 on success, non-zero on failure. * 0 on success, <0 on failure. (Just to be specific that it will be negative. Could also be "on error" to match similar in same file, but resctrl is not consistent in this regard.) > + */ > +int resctrl_arch_mbm_cntr_assign_set(struct rdt_resource *r, bool enable); > + > /* > * Update the ctrl_val and apply this config right now. > * Must be called on one of the domain's CPUs. Reinette