Hi Babu, On 6/13/25 2:05 PM, Babu Moger wrote: > @@ -537,6 +540,10 @@ static void domain_add_cpu_mon(int cpu, struct rdt_resource *r) > d->ci_id = ci->id; > cpumask_set_cpu(cpu, &d->hdr.cpu_mask); > > + /* Update the mbm_mbm_assign state for the CPU if supported */ "mbm_mbm_assign" -> "mbm_assign_mode"? > + if (r->mon.mbm_cntr_assignable) > + resctrl_arch_mbm_cntr_assign_set_one(r); > + > arch_mon_domain_online(r, d); > > if (arch_domain_mbm_alloc(r->mon.num_rmid, hw_dom)) { Reinette