RE: [EXT] Re: [RFC 00/12] ARM: MPAM: add support for priority partitioning control

From: Luck, Tony
Date: Thu Aug 24 2023 - 11:44:23 EST


> 2) Second approach that we discussed internally is to have schemata for CPOR, and PPART separated by new line as mentioned/suggested by Peter, But it may require to tweak
> the ARM MPAM device driver a bit. It was kind of toss-up between 2nd and 3nd approach :), and we went with the 3rd one.
>
> L3:0=XXXX
> L3:0=PPART=X
>
> Will look into it again.

That looks hard to parse. How about:

L3:0=XXX;1=YYY
L3PPART:0=AAA;1=BBB
L3CPOR:0=MMM;1=NNN

-Tony