* [Qemu-devel] [PATCH] Increase the number of RARP packets sent after live migration from 5 to 10.
@ 2019-02-15 3:56 jing.zhang.nokia
0 siblings, 0 replies; only message in thread
From: jing.zhang.nokia @ 2019-02-15 3:56 UTC (permalink / raw)
To: qemu-devel; +Cc: Jing Zhang
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-15 4:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 3:56 [Qemu-devel] [PATCH] Increase the number of RARP packets sent after live migration from 5 to 10 jing.zhang.nokia
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).