From: jing.zhang.nokia@gmail.com
To: qemu-devel@nongnu.org
Cc: Jing Zhang <jing.c.zhang@nokia.com>
Subject: [Qemu-devel] [PATCH] Increase the number of RARP packets sent after live migration from 5 to 10.
Date: Thu, 14 Feb 2019 22:56:50 -0500 [thread overview]
Message-ID: <1550203010-2682-1-git-send-email-jing.zhang.nokia@gmail.com> (raw)
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
reply other threads:[~2019-02-15 4:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1550203010-2682-1-git-send-email-jing.zhang.nokia@gmail.com \
--to=jing.zhang.nokia@gmail.com \
--cc=jing.c.zhang@nokia.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).