RE: [PATCH v6 17/30] x86/resctrl: Discover hardware telemetry events
From: Luck, Tony
Date: Thu Jul 03 2025 - 19:30:33 EST
> > +config X86_RESCTRL_INTEL_AET
> > + bool "Intel Application Energy Telemetry"
> > + depends on X86_CPU_RESCTRL && CPU_SUP_INTEL && INTEL_PMT_DISCOVERY
>
> Thank you. This pattern looks more appropriate to me. Do you expect that
> the X86_64 dependency (added in patch #22) will move here also?
Yes. It will move here. The rest of resctrl is still 32-bit clean (presumably ... I
wonder if anyone regularly builds, runs, and tests resctrl in a 32-bit kernel).
-Tony