Re: [Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

2017-02-07 Thread Tian, Kevin
> From: Yi Sun [mailto:yi.y@linux.intel.com] > Sent: Sunday, January 22, 2017 10:15 AM > > > > + > > > + New option `-l` is added. > > > + `-l2`: Specify cbm for L2 cache. > > > + `-l3`: Specify cbm for L3 cache. > > > + > > > + If neither `-l2` nor `-l3` is given, level 3 is

Re: [Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

2017-02-03 Thread Yi Sun
On 17-01-30 15:39:28, Konrad Rzeszutek Wilk wrote: > > > +# Testing > > > + > > > +L2 CAT uses same xl interfaces as L3 CAT/CDP. So, we can execute these > > > +commands to verify L2 CAT and L3 CAT/CDP on different HWs support them. > > > + > > > +For example: > > > +root@:~$ xl psr-hwinfo

Re: [Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

2017-02-03 Thread Yi Sun
Thanks a lot for reviewing the patches! Sorry for late to reply. I am on vacation for Chinese New Year now. :) On 17-01-30 13:10:33, Konrad Rzeszutek Wilk wrote: > On Thu, Jan 19, 2017 at 02:01:03PM +0800, Yi Sun wrote: > > + 2. Feature list node > > + > > + ``` > > + struct feat_node

Re: [Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

2017-01-30 Thread Konrad Rzeszutek Wilk
> > +# Testing > > + > > +L2 CAT uses same xl interfaces as L3 CAT/CDP. So, we can execute these > > +commands to verify L2 CAT and L3 CAT/CDP on different HWs support them. > > + > > +For example: > > +root@:~$ xl psr-hwinfo --cat > > +Cache Allocation Technology (CAT): L2 > > +Socket

Re: [Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

2017-01-30 Thread Konrad Rzeszutek Wilk
On Thu, Jan 19, 2017 at 02:01:03PM +0800, Yi Sun wrote: > This patch creates L2 CAT feature document in doc/features/. > It describes details of L2 CAT. Perhaps also mention what is the title in the Intel SDM to look into as well? Perhaps: "See Intel Resource Director Technology Monitoring

Re: [Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

2017-01-21 Thread Yi Sun
On 17-01-20 09:39:41, Tian, Kevin wrote: > > From: Yi Sun > > Sent: Thursday, January 19, 2017 2:01 PM > > > > This patch creates L2 CAT feature document in doc/features/. > > It describes details of L2 CAT. > > A good write-up, but still some improvements required. :-) > Thanks a lot for

Re: [Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

2017-01-20 Thread Tian, Kevin
> From: Yi Sun > Sent: Thursday, January 19, 2017 2:01 PM > > This patch creates L2 CAT feature document in doc/features/. > It describes details of L2 CAT. A good write-up, but still some improvements required. :-) > > Signed-off-by: Yi Sun > --- >

[Xen-devel] [PATCH RESEND v5 01/24] docs: create L2 Cache Allocation Technology (CAT) feature document

2017-01-18 Thread Yi Sun
This patch creates L2 CAT feature document in doc/features/. It describes details of L2 CAT. Signed-off-by: Yi Sun --- docs/features/intel_psr_l2_cat.pandoc | 347 ++ 1 file changed, 347 insertions(+) create mode 100644