RE: [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB

2024-05-02 Thread Michael Kelley
From: David Hildenbrand Sent: Thursday, May 2, 2024 12:17 AM > > On 01.05.24 17:14, mhkelle...@gmail.com wrote: > > From: Michael Kelley > > > > The Hyper-V balloon driver supports hot-add of memory in addition > > to ballooning. Current code hot-adds in fixed size chunks of > > 128 MiB (fixed c

Re: [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB

2024-05-02 Thread kernel test robot
458.2807-2-mhklinux%40outlook.com patch subject: [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB config: i386-randconfig-011-20240502 (https://download.01.org/0day-ci/archive/20240503/202405030421.x7e4hui7-...@intel.com/config) compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0 repro

Re: [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB

2024-05-02 Thread kernel test robot
458.2807-2-mhklinux%40outlook.com patch subject: [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB config: x86_64-buildonly-randconfig-001-20240502 (https://download.01.org/0day-ci/archive/20240503/202405030141.owhfohdl-...@intel.com/config) compiler: gcc-13 (Ubuntu 13.2.0-4ub

Re: [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB

2024-05-02 Thread David Hildenbrand
On 01.05.24 17:14, mhkelle...@gmail.com wrote: From: Michael Kelley The Hyper-V balloon driver supports hot-add of memory in addition to ballooning. Current code hot-adds in fixed size chunks of 128 MiB (fixed constant HA_CHUNK in the code). While this works in Hyper-V VMs with 64 GiB or less o

[PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB

2024-05-01 Thread mhkelley58
From: Michael Kelley The Hyper-V balloon driver supports hot-add of memory in addition to ballooning. Current code hot-adds in fixed size chunks of 128 MiB (fixed constant HA_CHUNK in the code). While this works in Hyper-V VMs with 64 GiB or less or memory where the Linux memblock size is 128 MiB