Re: Reply: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-27 Thread David Hildenbrand
Optimize the virtio-balloon feature on the ARM platform by adding a variable to keep track of the current hot-plugged pc-dimm size, instead of traversing the virtual machine's memory modules to count the current RAM size during the balloon inflation or deflation process. This variable can be updat

Re: Reply: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-27 Thread David Hildenbrand
On 27.02.23 02:25, Yangming wrote: On Fri, Feb 24, 2023 at 08:23:40AM +, Yangming wrote: Optimize the virtio-balloon feature on the ARM platform by adding a variable to keep track of the current hot-plugged pc-dimm size, instead of traversing the virtual machine's memory modules to coun

Reply: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform.

2023-02-26 Thread Yangming via
> On Fri, Feb 24, 2023 at 08:23:40AM +, Yangming wrote: > > > > Optimize the virtio-balloon feature on the ARM platform by adding a > variable to keep track of the current hot-plugged pc-dimm size, instead of > traversing the virtual machine's memory modules to count the current RAM > size d