Re: [libvirt] [PATCHv7 07/18] util: Refactor code for creating resctrl group

2018-11-06 Thread Huaqiang,Wang
On 2018年11月05日 23:03, John Ferlan wrote: On 10/22/18 4:01 AM, Wang Huaqiang wrote: The code for creating resctrl allocation group could be reused for monitoring group, refactor it for reuse in the later patch. Signed-off-by: Wang Huaqiang --- src/util/virresctrl.c | 37 +++

Re: [libvirt] [PATCHv7 07/18] util: Refactor code for creating resctrl group

2018-11-05 Thread John Ferlan
On 10/22/18 4:01 AM, Wang Huaqiang wrote: > The code for creating resctrl allocation group could be reused > for monitoring group, refactor it for reuse in the later patch. > > Signed-off-by: Wang Huaqiang > --- > src/util/virresctrl.c | 37 +++-- > 1 file chan

[libvirt] [PATCHv7 07/18] util: Refactor code for creating resctrl group

2018-10-22 Thread Wang Huaqiang
The code for creating resctrl allocation group could be reused for monitoring group, refactor it for reuse in the later patch. Signed-off-by: Wang Huaqiang --- src/util/virresctrl.c | 37 +++-- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/src/ut