On 12/20/2017 02:57 PM, Fenghua Yu wrote: > From: Fenghua Yu <fenghua...@intel.com> > > 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...@intel.com> > --- > arch/x86/kernel/cpu/intel_rdt.c | 66 > ++++++++++++++++++++++++++++++++++------- > arch/x86/kernel/cpu/intel_rdt.h | 2 ++ > 2 files changed, 58 insertions(+), 10 deletions(-) -- ~Randy