Reported-at: https://bugzilla.redhat.com/2084668
Signed-off-by: Ales Musil <[email protected]>
Acked-by: Dumitru Ceara <[email protected]>
Signed-off-by: Mark Michelson <[email protected]>
---
northd/mac-binding-aging.c | 2 +-
ovn-nb.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/northd/mac-binding-aging.c b/northd/mac-binding-aging.c
index 4a2dfbbf8..0196a116b 100644
--- a/northd/mac-binding-aging.c
+++ b/northd/mac-binding-aging.c
@@ -28,7 +28,7 @@
VLOG_DEFINE_THIS_MODULE(mac_binding_aging);
-#define MAC_BINDING_BULK_REMOVAL_DELAY_MSEC 10
+#define MAC_BINDING_BULK_REMOVAL_DELAY_MSEC 5000
struct mac_binding_waker {
bool should_schedule;
diff --git a/ovn-nb.xml b/ovn-nb.xml
index 2747b0a7d..8aa125093 100644
--- a/ovn-nb.xml
+++ b/ovn-nb.xml
@@ -167,7 +167,7 @@
MAC binding aging bulk removal limit. This limits how many rows
can expire in a single transaction. Default value is 0 which
is unlimited. When we hit the limit next batch removal is delayed by
- 10 ms.
+ 5 s.
</column>
<column name="options" key="controller_event" type='{"type": "boolean"}'>
--
2.37.3
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev