From: Anton Ivanov <anton.iva...@cambridgegreys.com> Signed-off-by: Anton Ivanov <anton.iva...@cambridgegreys.com> --- northd/ovn-northd.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c index c49d72462..783a4137f 100644 --- a/northd/ovn-northd.c +++ b/northd/ovn-northd.c @@ -7284,6 +7284,8 @@ build_lswitch_flows(struct hmap *datapaths, struct hmap *ports, if (!od->nbs) { continue; } + /* Has unknown is modified earlier, this canot be parallelized + * so leaving it in the main function body */ if (od->has_unknown) { ovn_lflow_add(lflows, od, S_SWITCH_IN_L2_LKUP, 0, "1", "outport = \""MC_UNKNOWN"\"; output;"); -- 2.20.1 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev