RE: [PATCH v10 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures

From: Luck, Tony
Date: Wed Nov 08 2023 - 15:10:17 EST


> struct rdt_ctrl_domain {
> struct rdt_domain_hdr hdr;
> struct cpumask cpu_mask;
> ...
> }
>
> Considering the description of the changes to expect in this version I
> did not expect to see a cpu_mask member in struct rdt_ctrl_domain since
> it has now been moved to struct rdt_domain_hdr. What am I missing?

Reinette,

Yes. cpu_mask was moved into "struct rdt_domain_hdr" in patch 2 of the
series. I'm not sure how it managed to reappear here. Definitely a zombie.
I've removed it now.

-Tony