[PATCH v2 0/4] multifd: various fixes

Elena Ufimtseva posted 4 patches 6 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231011184358.97349-1-elena.ufimtseva@oracle.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Leonardo Bras <leobras@redhat.com>
migration/migration-stats.c |  9 +++++----
migration/multifd.c         |  9 +++++----
migration/multifd.h         | 35 ++++++++++++++++++++++++++++++-----
3 files changed, 40 insertions(+), 13 deletions(-)
[PATCH v2 0/4] multifd: various fixes
Posted by Elena Ufimtseva 6 months, 3 weeks ago
Hello

While working and testing various live migration scenarios,
a few issues were found.

This is the version 2 of the changes with few non-functional
modifications minus the dropped patch.
I have dropped the patch [1/4] since the discussion with Fabiano
and his proposed changes:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg995782.html

In new patchset, the [PATCH 1/4] addresses Peter's and Fabiano's
comments and Reviewed-by are added.

I added [PATCH 2/4] to add more description about the packet_len
and next_packet_size.

Patches 3,4 are unchanged, added Reviewed-by and moved discussion
of the other issues under "---".


Thank you in advance and looking forward for your feedback.
 
Elena Ufimtseva (4):
  migration: check for rate_limit_max for RATE_LIMIT_DISABLED
  multifd: document packet_len, next_packet_size
  multifd: fix counters in multifd_send_thread
  multifd: reset next_packet_len after sending pages

 migration/migration-stats.c |  9 +++++----
 migration/multifd.c         |  9 +++++----
 migration/multifd.h         | 35 ++++++++++++++++++++++++++++++-----
 3 files changed, 40 insertions(+), 13 deletions(-)

-- 
2.34.1