From: Chao Peng <chao.p.peng@linux.intel.com>
To: Ian Campbell <ian.campbell@citrix.com>, he.chen@linux.intel.com
Cc: wei.liu2@citrix.com, keir@xen.org,
stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com,
ian.jackson@eu.citrix.com, jbeulich@suse.com,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH v5 3/3] tools & docs: add tools and docs support for Intel CDP
Date: Wed, 30 Sep 2015 10:46:12 +0800 [thread overview]
Message-ID: <20150930024612.GJ5813@pengc-linux.bj.intel.com> (raw)
In-Reply-To: <1443534459.16718.79.camel@citrix.com>
On Tue, Sep 29, 2015 at 02:47:39PM +0100, Ian Campbell wrote:
> On Mon, 2015-09-28 at 16:29 +0800, He Chen wrote:
> > -"17.14 - Platform Shared Resource Monitoring: Cache Monitoring Technology".
> > +"Platform Shared Resource Monitoring: Cache Monitoring Technology".
>
> I think these will clash with Cheng Pao's PSR updates, which have already
> been applied.
Yes, this can be eliminated in this series.
>
> >
> > +Code/Data Prioritization (CDP) Technology is an extension of CAT, which is
>
> Other bits of documentation added here seem to suggest it is actually an
> extension of CBM, is that right?
Yes, from technical perspective, CDP is an extension on CAT. But even though,
I'd really like it being put in a separated section, making it easy for
user to find it out. The new section can of course refers to CAT section, just
like what we did for MBM (which is an extension of CMT).
>
> > diff --git a/tools/libxc/include/xenctrl.h
> > b/tools/libxc/include/xenctrl.h
> > index 2000f12..8f4acec 100644
> > --- a/tools/libxc/include/xenctrl.h
> > +++ b/tools/libxc/include/xenctrl.h
> > @@ -2794,7 +2794,9 @@ enum xc_psr_cmt_type {
> > typedef enum xc_psr_cmt_type xc_psr_cmt_type;
> >
> > enum xc_psr_cat_type {
> > - XC_PSR_CAT_L3_CBM = 1,
> > + XC_PSR_CAT_L3_CBM = 1,
> > + XC_PSR_CAT_L3_CODE = 2,
> > + XC_PSR_CAT_L3_DATA = 3,
>
> If CDP is an extension of CBM, then would CBM_CODE + CBM_DATA be better
> names (more important in the libxl API than here)
Agreed.
Chao
prev parent reply other threads:[~2015-09-30 2:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 8:29 [PATCH v5 0/3] detect and initialize CDP (Code/Data Prioritization) feature He Chen
2015-09-28 8:29 ` [PATCH v5 1/3] x86: Support enable CDP by boot parameter and add get CDP status He Chen
2015-09-30 3:10 ` Chao Peng
2015-09-28 8:29 ` [PATCH v5 2/3] x86: add domctl cmd to set/get CDP code/data CBM He Chen
2015-09-30 3:29 ` Chao Peng
2015-09-28 8:29 ` [PATCH v5 3/3] tools & docs: add tools and docs support for Intel CDP He Chen
2015-09-29 13:47 ` Ian Campbell
2015-09-30 2:46 ` Chao Peng [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150930024612.GJ5813@pengc-linux.bj.intel.com \
--to=chao.p.peng@linux.intel.com \
--cc=andrew.cooper3@citrix.com \
--cc=he.chen@linux.intel.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=keir@xen.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.