Re: [libvirt] [PATCH v3 05/13] Implement cgroup memory controller tunables

2010-10-04 Thread Balbir Singh
* Nikunj A. Dadhania [2010-09-28 15:26:35]: > From: Nikunj A. Dadhania > > Provides interfaces for setting/getting memory tunables like hard_limit, > soft_limit and swap_hard_limit > > Signed-off-by: Nikunj A. Dadhania The changes look good to me. unsigned long kb should cover all values in

[libvirt] [PATCH v3 05/13] Implement cgroup memory controller tunables

2010-09-28 Thread Nikunj A. Dadhania
From: Nikunj A. Dadhania Provides interfaces for setting/getting memory tunables like hard_limit, soft_limit and swap_hard_limit Signed-off-by: Nikunj A. Dadhania --- src/libvirt_private.syms |6 +++ src/util/cgroup.c| 106 ++ src/util/c