Re: [PATCH v3 16/16] arm_mpam: detect and enable MPAM-Fb PCC support

From: Niyas Sait

Date: Tue Jul 14 2026 - 08:42:48 EST


On 10/07/2026 15:45, Andre Przywara wrote:
+ cur->pcc_cl.dev = dev;
+ cur->pcc_cl.rx_callback = mpam_pcc_rx_callback;
+ cur->pcc_cl.tx_block = true;
+ cur->pcc_cl.tx_tout = 1000; /* 1s */

Should this timeout be based on nominal latency reported in PCC table instead of being hard coded to 1s here? May be some multiple of nominal latency reported

Thanks,
Niyas