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
1696978087-4421-1-git-send-email-angelinavu%40linux.microsoft.com patch subject: [PATCH] hv_balloon: Add module parameter to configure balloon floor value config: i386-randconfig-061-20231014 (https://download.01.org/0day-ci/archive/20231015/202310150425.g4pxzjiu-...@intel.com/config) compiler: gcc

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

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

2023-10-10 Thread Angelina Vu
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 Vu --- drivers/hv/hv_balloon.c