[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 10/10] net/colo-compare.c: Increase default queued packet scan fr
From: |
Zhang Chen |
Subject: |
[PATCH 10/10] net/colo-compare.c: Increase default queued packet scan frequency |
Date: |
Thu, 15 Oct 2020 15:54:37 +0800 |
From: Zhang Chen <chen.zhang@intel.com>
In my test, use this default parameter looks better.
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
---
net/colo-compare.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/colo-compare.c b/net/colo-compare.c
index c22f2af941..36f8199bbb 100644
--- 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 3000
+#define REGULAR_PACKET_CHECK_MS 1000
#define DEFAULT_TIME_OUT_MS 3000
/* #define DEBUG_COLO_PACKETS */
--
2.17.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 10/10] net/colo-compare.c: Increase default queued packet scan frequency,
Zhang Chen <=