Re: [libvirt] [PATCH V4] Expose resource control capabilites on cache bank

2017-04-11 Thread Eli Qiao
On Tuesday, 11 April 2017 at 4:10 PM, Martin Kletzander wrote: > This should just be: > > + if (virAsprintf(, "%s/vircaps2xmldata/linux-%s/resctrl", > + abs_srcdir, data->filename) < 0) > yep, stupid me. I get it now. -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] [PATCH V4] Expose resource control capabilites on cache bank

2017-04-11 Thread Eli Qiao
On Tuesday, 11 April 2017 at 3:48 PM, Peter Krempa wrote: > On Tue, Apr 11, 2017 at 13:44:26 +0800, Eli Qiao wrote: > > This patch is based on Martin's cache branch. > > > > * This patch amends the cache bank capability as follow: > > > > > > > > > > > > > > > > > > > > > > For

Re: [libvirt] [PATCH V4] Expose resource control capabilites on cache bank

2017-04-11 Thread Martin Kletzander
On Tue, Apr 11, 2017 at 09:48:54AM +0200, Peter Krempa wrote: On Tue, Apr 11, 2017 at 13:44:26 +0800, Eli Qiao wrote: This patch is based on Martin's cache branch. * This patch amends the cache bank capability as follow: For CDP enabled on x86 arch, we will have:

Re: [libvirt] [PATCH V4] Expose resource control capabilites on cache bank

2017-04-11 Thread Peter Krempa
On Tue, Apr 11, 2017 at 13:44:26 +0800, Eli Qiao wrote: > This patch is based on Martin's cache branch. > > * This patch amends the cache bank capability as follow: > > > > > > > > > > > For CDP enabled on x86 arch, we will have: > > > > > > ... > > *

[libvirt] [PATCH V4] Expose resource control capabilites on cache bank

2017-04-10 Thread Eli Qiao
This patch is based on Martin's cache branch. * This patch amends the cache bank capability as follow: For CDP enabled on x86 arch, we will have: ... * Added a new testdata directory `linux-resctrl-cdp` to test CDP enabled case. * Along with