Re: [Xen-devel] [PATCH v4 22/24] tools: L2 CAT: support show cbm for L2 CAT.

2017-01-09 Thread Yi Sun
On 17-01-09 10:08:04, Wei Liu wrote: > On Mon, Jan 09, 2017 at 09:24:54AM +0800, Yi Sun wrote: > > On 17-01-06 12:04:43, Wei Liu wrote: > > > On Wed, Dec 14, 2016 at 12:08:02PM +0800, Yi Sun wrote: > > > > diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl > > > > index a32c751.

Re: [Xen-devel] [PATCH v4 22/24] tools: L2 CAT: support show cbm for L2 CAT.

2017-01-09 Thread Wei Liu
On Mon, Jan 09, 2017 at 09:24:54AM +0800, Yi Sun wrote: > On 17-01-06 12:04:43, Wei Liu wrote: > > On Wed, Dec 14, 2016 at 12:08:02PM +0800, Yi Sun wrote: > > > - 'xl psr-cat-show' is updated to show CBM of a domain > > > according to input cache level. > > > > > > Examples: > > > root@:~$ xl ps

Re: [Xen-devel] [PATCH v4 22/24] tools: L2 CAT: support show cbm for L2 CAT.

2017-01-08 Thread Yi Sun
On 17-01-06 12:04:43, Wei Liu wrote: > On Wed, Dec 14, 2016 at 12:08:02PM +0800, Yi Sun wrote: > > - 'xl psr-cat-show' is updated to show CBM of a domain > > according to input cache level. > > > > Examples: > > root@:~$ xl psr-cat-show -l2 1 > > Socket ID : 0 > > Default CBM : 0xff >

Re: [Xen-devel] [PATCH v4 22/24] tools: L2 CAT: support show cbm for L2 CAT.

2017-01-06 Thread Wei Liu
On Wed, Dec 14, 2016 at 12:08:02PM +0800, Yi Sun wrote: > This patch implements changes in xl/xc changes to support > showing CBM of L2 CAT. > > The new level option is introduced to original CAT showing > command in order to show CBM for specified level CAT. > - 'xl psr-cat-show' is updated to sh

[Xen-devel] [PATCH v4 22/24] tools: L2 CAT: support show cbm for L2 CAT.

2016-12-14 Thread Yi Sun
This patch implements changes in xl/xc changes to support showing CBM of L2 CAT. The new level option is introduced to original CAT showing command in order to show CBM for specified level CAT. - 'xl psr-cat-show' is updated to show CBM of a domain according to input cache level. Examples: root