Re: [Xen-devel] [PATCH v2 7/7] tools: add tools support for Intel CAT

2015-03-24 Thread Ian Campbell
On Tue, 2015-03-24 at 19:20 +0800, Chao Peng wrote: > On Thu, Mar 19, 2015 at 12:51:19PM +, Ian Campbell wrote: > > On Thu, 2015-03-19 at 18:41 +0800, Chao Peng wrote: > > > This is the xc/xl changes to support Intel Cache Allocation > > > Technology(CAT). Two commands are introduced: > > > - x

Re: [Xen-devel] [PATCH v2 7/7] tools: add tools support for Intel CAT

2015-03-24 Thread Chao Peng
On Thu, Mar 19, 2015 at 12:51:19PM +, Ian Campbell wrote: > On Thu, 2015-03-19 at 18:41 +0800, Chao Peng wrote: > > This is the xc/xl changes to support Intel Cache Allocation > > Technology(CAT). Two commands are introduced: > > - xl psr-cat-cbm-set [-s socket] > > Set cache capacity bitma

Re: [Xen-devel] [PATCH v2 7/7] tools: add tools support for Intel CAT

2015-03-19 Thread Ian Campbell
On Thu, 2015-03-19 at 18:41 +0800, Chao Peng wrote: > This is the xc/xl changes to support Intel Cache Allocation > Technology(CAT). Two commands are introduced: > - xl psr-cat-cbm-set [-s socket] > Set cache capacity bitmasks(CBM) for a domain. > - xl psr-cat-show > Show Cache Allocation Te

[Xen-devel] [PATCH v2 7/7] tools: add tools support for Intel CAT

2015-03-19 Thread Chao Peng
This is the xc/xl changes to support Intel Cache Allocation Technology(CAT). Two commands are introduced: - xl psr-cat-cbm-set [-s socket] Set cache capacity bitmasks(CBM) for a domain. - xl psr-cat-show Show Cache Allocation Technology information. Signed-off-by: Chao Peng --- tools/libx