RE: [PATCH v2 7/7] x86/resctrl: Determine if Sub-NUMA Cluster is enabled and initialize.

From: Luck, Tony
Date: Mon Jun 26 2023 - 12:23:29 EST


> I'll take a look to see if all the SNC detection code can move into
> monitor.c. Then rmid_offset could be static in that file. But if that gets
> complicated I may leave it alone (with rmid_offset set in core.c and used
> in monitor.c).

Hmm. Setting rmid_offset is deeply tangled into the cpu/domain
hotplug code path. So I'm going to leave that in core.c

-Tony