[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bddb1c5a-005b-3ef9-443e-2b603582e927@intel.com>
Date: Tue, 15 Jun 2021 11:08:15 -0700
From: Reinette Chatre <reinette.chatre@...el.com>
To: James Morse <james.morse@....com>, x86@...nel.org,
linux-kernel@...r.kernel.org
Cc: Fenghua Yu <fenghua.yu@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
H Peter Anvin <hpa@...or.com>,
Babu Moger <Babu.Moger@....com>,
shameerali.kolothum.thodi@...wei.com,
Jamie Iles <jamie@...iainc.com>,
D Scott Phillips OS <scott@...amperecomputing.com>,
lcherian@...vell.com
Subject: Re: [PATCH v4 05/24] x86/resctrl: Label the resources with their
configuration type
Hi James,
On 6/14/2021 1:09 PM, James Morse wrote:
...
> diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h
> index 425e7913dc8d..81073d0751c9 100644
> --- a/include/linux/resctrl.h
> +++ b/include/linux/resctrl.h
> @@ -15,6 +15,14 @@ int proc_resctrl_show(struct seq_file *m,
>
> #endif
>
> +enum resctrl_conf_type {
> + /* No prioritisation, both code and data are controlled or monitored. */
> + CDP_NONE,
> +
> + CDP_CODE,
> + CDP_DATA,
> +};
> +
Please follow style of the rest of this file - please no inline
documentation, use proper kernel-doc instead.
Reinette
Powered by blists - more mailing lists