On 7/16/20 3:19 PM, [email protected] wrote:
> From: Anton Ivanov <[email protected]>
> 
> Signed-off-by: Anton Ivanov <[email protected]>
> ---
>  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;");
> 

This can probably be merged with the previos patch.

Thanks,
Dumitru

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to