Re: [libvirt] [PATCH 4/4] LXC: add cpuset cgroup support for lxc

2013-03-18 Thread Gao feng
On 2013/03/18 11:19, Osier Yang wrote: > On 2013年03月18日 10:27, Gao feng wrote: >> On 2013/03/15 17:24, Osier Yang wrote: >>> On 2013年03月01日 14:52, Gao feng wrote: This patch adds cpuset cgroup support for LXC. also set cpuset cgroup before setting cpu affinity and numa policy. >>> >>

Re: [libvirt] [PATCH 4/4] LXC: add cpuset cgroup support for lxc

2013-03-17 Thread Osier Yang
On 2013年03月18日 10:27, Gao feng wrote: On 2013/03/15 17:24, Osier Yang wrote: On 2013年03月01日 14:52, Gao feng wrote: This patch adds cpuset cgroup support for LXC. also set cpuset cgroup before setting cpu affinity and numa policy. Any special reason to move lxcSetupCgroup before the CPU affini

Re: [libvirt] [PATCH 4/4] LXC: add cpuset cgroup support for lxc

2013-03-17 Thread Gao feng
On 2013/03/15 17:24, Osier Yang wrote: > On 2013年03月01日 14:52, Gao feng wrote: >> This patch adds cpuset cgroup support for LXC. >> also set cpuset cgroup before setting cpu >> affinity and numa policy. > > Any special reason to move lxcSetupCgroup before the CPU affinity > and NUMA setttings? >

Re: [libvirt] [PATCH 4/4] LXC: add cpuset cgroup support for lxc

2013-03-15 Thread Osier Yang
On 2013年03月01日 14:52, Gao feng wrote: This patch adds cpuset cgroup support for LXC. also set cpuset cgroup before setting cpu affinity and numa policy. Any special reason to move lxcSetupCgroup before the CPU affinity and NUMA setttings? Signed-off-by: Gao feng --- src/lxc/lxc_cgroup.c

[libvirt] [PATCH 4/4] LXC: add cpuset cgroup support for lxc

2013-02-28 Thread Gao feng
This patch adds cpuset cgroup support for LXC. also set cpuset cgroup before setting cpu affinity and numa policy. Signed-off-by: Gao feng --- src/lxc/lxc_cgroup.c | 57 +++- src/lxc/lxc_cgroup.h | 2 +- src/lxc/lxc_controller.c | 6 ++--- 3