Re: [PATCH v14 32/32] x86/resctrl: Configure mbm_event mode if supported
From: Reinette Chatre
Date: Wed Jun 25 2025 - 19:40:56 EST
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