[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/8] net/colo-compare.c: Update the default value comments
|
From: |
Jason Wang |
|
Subject: |
[PATCH 5/8] net/colo-compare.c: Update the default value comments |
|
Date: |
Mon, 14 Feb 2022 11:57:38 +0800 |
From: Zhang Chen <chen.zhang@intel.com>
Make the comments consistent with the REGULAR_PACKET_CHECK_MS.
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.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 216de5a12b..62554b5b3c 100644
--- a/net/colo-compare.c
+++ b/net/colo-compare.c
@@ -1267,7 +1267,7 @@ static void colo_compare_complete(UserCreatable *uc,
Error **errp)
}
if (!s->expired_scan_cycle) {
- /* Set default value to 3000 MS */
+ /* Set default value to 1000 MS */
s->expired_scan_cycle = REGULAR_PACKET_CHECK_MS;
}
--
2.32.0 (Apple Git-132)
- [PATCH 1/8] hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR, Jason Wang, 2022/02/13
- [PATCH 2/8] net/tap: Set return code on failure, Jason Wang, 2022/02/13
- [PATCH 3/8] net: Fix uninitialized data usage, Jason Wang, 2022/02/13
- [PATCH 4/8] net/colo-compare.c: Optimize compare order for performance, Jason Wang, 2022/02/13
- [PATCH 5/8] net/colo-compare.c: Update the default value comments,
Jason Wang <=
- [PATCH 6/8] net/filter: Optimize filter_send to coroutine, Jason Wang, 2022/02/13
- [PATCH 7/8] hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts, Jason Wang, 2022/02/13
- [PATCH 8/8] net/eth: Don't consider ESP to be an IPv6 option header, Jason Wang, 2022/02/13
- Re: [PATCH 1/8] hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR, Jason Wang, 2022/02/13