RE: [PATCH] hv_balloon: Add module parameter to configure balloon floor value

2023-10-18 Thread Vitaly Kuznetsov
"Michael Kelley (LINUX)" writes: > From: Vitaly Kuznetsov Sent: Tuesday, October 17, 2023 > 7:41 AM >> >> Angelina Vu writes: >> >> > Currently, the balloon floor value is automatically computed, but may be >> > too small depending on app usage of memory. This patch adds a balloon_floor >> >

RE: [PATCH] hv_balloon: Add module parameter to configure balloon floor value

2023-10-17 Thread Michael Kelley (LINUX)
From: Vitaly Kuznetsov Sent: Tuesday, October 17, 2023 7:41 AM > > Angelina Vu writes: > > > Currently, the balloon floor value is automatically computed, but may be > > too small depending on app usage of memory. This patch adds a balloon_floor > > value as a module parameter that can be used

Re: [PATCH] hv_balloon: Add module parameter to configure balloon floor value

2023-10-17 Thread Vitaly Kuznetsov
Angelina Vu writes: > Currently, the balloon floor value is automatically computed, but may be > too small depending on app usage of memory. This patch adds a balloon_floor > value as a module parameter that can be used to manually configure the > balloon floor value. > > Signed-off-by: Angelina

Re: [PATCH] hv_balloon: Add module parameter to configure balloon floor value

2023-10-14 Thread kernel test robot
Hi Angelina, kernel test robot noticed the following build warnings: [auto build test WARNING on linus/master] [also build test WARNING on v6.6-rc5 next-20231013] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as docum

Re: [PATCH] hv_balloon: Add module parameter to configure balloon floor value

2023-10-10 Thread Wei Liu
Hi Angelina, On Tue, Oct 10, 2023 at 03:48:07PM -0700, Angelina Vu wrote: > Currently, the balloon floor value is automatically computed, but may be > too small depending on app usage of memory. This patch adds a balloon_floor > value as a module parameter that can be used to manually configure th