diff mbox series

Increase the number of RARP packets sent after live migration from 5 to 10.

Message ID 1550203010-2682-1-git-send-email-jing.zhang.nokia@gmail.com (mailing list archive)
State New, archived
Headers show
Series Increase the number of RARP packets sent after live migration from 5 to 10. | expand

Commit Message

jing.zhang.nokia@gmail.com Feb. 15, 2019, 3:56 a.m. UTC
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 mbox series

Patch

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)