[Qemu-devel] [PATCH] Increase the number of RARP packets sent after live migration from 5 to 10.

jing.zhang.nokia@gmail.com posted 1 patch 5 years, 1 month ago
Test asan passed
Test docker-clang@ubuntu failed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1550203010-2682-1-git-send-email-jing.zhang.nokia@gmail.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Juan Quintela <quintela@redhat.com>
include/migration/misc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] Increase the number of RARP packets sent after live migration from 5 to 10.
Posted by jing.zhang.nokia@gmail.com 5 years, 1 month ago
From: Jing Zhang <jing.c.zhang@nokia.com>

Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com>
---
 include/migration/misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/migration/misc.h b/include/migration/misc.h
index 4ebf24c..353c77d 100644
--- a/include/migration/misc.h
+++ b/include/migration/misc.h
@@ -28,7 +28,7 @@ void blk_mig_init(void);
 static inline void blk_mig_init(void) {}
 #endif
 
-#define SELF_ANNOUNCE_ROUNDS 5
+#define SELF_ANNOUNCE_ROUNDS 10
 
 static inline
 int64_t self_announce_delay(int round)
-- 
2.5.5