Re: [PATCH 4/6] x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)

From: Randy Dunlap
Date: Wed Dec 20 2017 - 18:23:13 EST


On 12/20/2017 02:57 PM, Fenghua Yu wrote:
> From: Fenghua Yu <fenghua.yu@xxxxxxxxx>
>
> L2 data and L2 code are added as new resources in rdt_resources_all[]
> and data in the resources are configured.
>
> When L2 CDP is enabled, the schemata will have the two resources in
> this format:
> L2DATA:l2id0=xxxx;l2id1=xxxx;....
> L2CODE:l2id0=xxxx;l2id1=xxxx;....

Hi,

What do the xxxx represent?

Thanks.

> Signed-off-by: Fenghua Yu <fenghua.yu@xxxxxxxxx>
> ---
> arch/x86/kernel/cpu/intel_rdt.c | 66 ++++++++++++++++++++++++++++++++++-------
> arch/x86/kernel/cpu/intel_rdt.h | 2 ++
> 2 files changed, 58 insertions(+), 10 deletions(-)


--
~Randy