Re: [PATCH v6 6/9] x86/resctrl: Refactor the monitor read function

From: Chen, Yu C

Date: Tue Aug 25 2026 - 06:03:30 EST


On 8/20/2026 7:07 AM, Reinette Chatre wrote:
-int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain_hdr *hdr,
- u32 unused, u32 rmid, enum resctrl_event_id eventid,
- void *arch_priv, u64 *val, void *ignored)
+static int arch_l3_read_event(struct rdt_domain_hdr *hdr, u32 rmid,
+ enum resctrl_event_id eventid, u64 *val,
+ struct rdt_resource *r)

Could you please keep the same parameter order as original resctrl_arch_rmid_read()?


Got it, will adjust the order.

thanks,
Chenyu