Re: [libvirt] [PATCH RFC V2 1/2] Resctrl: Add new xml element to support cache tune

2017-07-02 Thread Eli Qiao
On Friday, 30 June 2017 at 7:06 PM, Martin Kletzander wrote: > On Mon, Jun 26, 2017 at 06:33:39PM +0800, Eli Qiao wrote: > > This patch adds new xml element to support cache tune as: > > > > > > ... > > > > ... > > > > > > cacheId: reference of the host's cache banks id, it's from

Re: [libvirt] [PATCH RFC V2 1/2] Resctrl: Add new xml element to support cache tune

2017-06-30 Thread Martin Kletzander
On Mon, Jun 26, 2017 at 06:33:39PM +0800, Eli Qiao wrote: This patch adds new xml element to support cache tune as: ... ... cacheId: reference of the host's cache banks id, it's from capabilities xml. type:cache bank type, it could be both, code, data. sizeKiB: must be

[libvirt] [PATCH RFC V2 1/2] Resctrl: Add new xml element to support cache tune

2017-06-26 Thread Eli Qiao
This patch adds new xml element to support cache tune as: ... ... cacheId: reference of the host's cache banks id, it's from capabilities xml. type:cache bank type, it could be both, code, data. sizeKiB: must be multiple of granularity, must be greater than or equal