On 03/10/2021 23:45, Han Zhou wrote:
Signed-off-by: Han Zhou <hz...@ovn.org>
---
  northd/northd.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/northd/northd.c b/northd/northd.c
index cf2467fe1..027c5b170 100644
--- a/northd/northd.c
+++ b/northd/northd.c
@@ -4475,7 +4475,7 @@ ovn_dp_group_add_with_reference(struct ovn_lflow 
*lflow_ref,
          return false;
      }
- if (use_parallel_build && use_logical_dp_groups) {
+    if (use_parallel_build) {
          ovs_mutex_lock(&lflow_ref->odg_lock);
          hmapx_add(&lflow_ref->od_group, od);
          ovs_mutex_unlock(&lflow_ref->odg_lock);
+1

--
Anton R. Ivanov
Cambridgegreys Limited. Registered in England. Company Number 10273661
https://www.cambridgegreys.com/

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to