projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17475df
)
net/colo-compare.c: Increase default queued packet scan frequency
author
Zhang Chen
<chen.zhang@intel.com>
Fri, 16 Oct 2020 05:52:08 +0000
(13:52 +0800)
committer
Jason Wang
<jasowang@redhat.com>
Wed, 11 Nov 2020 08:52:23 +0000
(16:52 +0800)
In my test, use this default parameter looks better.
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/colo-compare.c
patch
|
blob
|
history
diff --git
a/net/colo-compare.c
b/net/colo-compare.c
index 0c87fd9e33692d23e36c73015bc43afd33dd37f7..337025b44f8afe5d72b5d0d5075f0242e4430045 100644
(file)
--- a/
net/colo-compare.c
+++ b/
net/colo-compare.c
@@
-52,7
+52,7
@@
static NotifierList colo_compare_notifiers =
#define COLO_COMPARE_FREE_PRIMARY 0x01
#define COLO_COMPARE_FREE_SECONDARY 0x02
-#define REGULAR_PACKET_CHECK_MS
3
000
+#define REGULAR_PACKET_CHECK_MS
1
000
#define DEFAULT_TIME_OUT_MS 3000
/* #define DEBUG_COLO_PACKETS */