[Qemu-devel] [PATCH 0/2] add speed limit for multifd migration

Ivan Ren posted 2 patches 4 years, 9 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1564367573-6327-1-git-send-email-ivanren@tencent.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Juan Quintela <quintela@redhat.com>
migration/qemu-file.c |  5 +++++
migration/qemu-file.h |  1 +
migration/ram.c       | 22 ++++++++++++----------
3 files changed, 18 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH 0/2] add speed limit for multifd migration
Posted by Ivan Ren 4 years, 9 months ago
Currently multifd migration has not been limited and it will consume
the whole bandwidth of Nic. These two patches add speed limitation to
it.

Ivan Ren (2):
  migration: add qemu_file_update_rate_transfer interface
  migration: add speed limit for multifd migration

 migration/qemu-file.c |  5 +++++
 migration/qemu-file.h |  1 +
 migration/ram.c       | 22 ++++++++++++----------
 3 files changed, 18 insertions(+), 10 deletions(-)

-- 
2.17.2 (Apple Git-113)