Re: [PATCH 16/33] arm_mpam: Probe the hardware features resctrl supports
From: Gavin Shan
Date: Sun Nov 09 2025 - 16:56:29 EST
On 11/7/25 10:34 PM, Ben Horgan wrote:
From: James Morse <james.morse@xxxxxxx>
Expand the probing support with the control and monitor types
we can use with resctrl.
CC: Dave Martin <Dave.Martin@xxxxxxx>
Signed-off-by: James Morse <james.morse@xxxxxxx>
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>
Reviewed-by: Fenghua Yu <fenghuay@xxxxxxxxxx>
Tested-by: Fenghua Yu <fenghuay@xxxxxxxxxx>
Tested-by: Shaopeng Tan <tan.shaopeng@xxxxxxxxxxxxxx>
Tested-by: Peter Newman <peternewman@xxxxxxxxxx>
Signed-off-by: Ben Horgan <ben.horgan@xxxxxxx>
---
Changes since v3:
Drop the =0 in the enum (Jonathan)
---
drivers/resctrl/mpam_devices.c | 149 ++++++++++++++++++++++++++++++++
drivers/resctrl/mpam_internal.h | 33 +++++++
2 files changed, 182 insertions(+)
Reviewed-by: Gavin Shan <gshan@xxxxxxxxxx>