Re: [Qemu-devel] [PATCH v2 0/3] migration: add speed limit for multifd migration

2019-08-07 Thread Dr. David Alan Gilbert
* Ivan Ren (reny...@gmail.com) wrote: > From: Ivan Ren > > Currently multifd migration has not been limited and it will consume > the whole bandwidth of Nic. These two patches add speed limitation to > it. Queued > > This is the v3 patches: > > v3 VS v2: > Add Reviewed info and Suggested info

[Qemu-devel] [PATCH v2 0/3] migration: add speed limit for multifd migration

2019-07-29 Thread Ivan Ren
From: Ivan Ren Currently multifd migration has not been limited and it will consume the whole bandwidth of Nic. These two patches add speed limitation to it. This is the v3 patches: v3 VS v2: Add Reviewed info and Suggested info. v2 VS v1: 1. change qemu_file_update_rate_transfer interface nam

Re: [Qemu-devel] [PATCH v2 0/3] migration: add speed limit for multifd migration

2019-07-29 Thread Wei Yang
On Mon, Jul 29, 2019 at 04:01:18PM +0800, Ivan Ren wrote: >Currently multifd migration has not been limited and it will consume >the whole bandwidth of Nic. These two patches add speed limitation to >it. > >This is the v2 patches, differences with v1: >1. change qemu_file_update_rate_transfer inter

[Qemu-devel] [PATCH v2 0/3] migration: add speed limit for multifd migration

2019-07-29 Thread Ivan Ren
Currently multifd migration has not been limited and it will consume the whole bandwidth of Nic. These two patches add speed limitation to it. This is the v2 patches, differences with v1: 1. change qemu_file_update_rate_transfer interface name to qemu_file_update_transfer 2. add a new patch to