Re: [ovs-dev] [PATCH ovn] ofctrl: Do not link a desired flow twice.

2021-02-17 Thread Dumitru Ceara
On 2/17/21 5:24 PM, Mark Gray wrote: On 16/02/2021 15:53, Dumitru Ceara wrote: Depending on the logical flow matches, multiple SB flows can point to the same desired flow. If it happens that the desired flow conflicts with a more restrictive (already installed) flow, then we shouldn't try to

Re: [ovs-dev] [PATCH ovn] ofctrl: Do not link a desired flow twice.

2021-02-17 Thread Mark Gray
On 16/02/2021 15:53, Dumitru Ceara wrote: > Depending on the logical flow matches, multiple SB flows can point to > the same desired flow. If it happens that the desired flow conflicts > with a more restrictive (already installed) flow, then we shouldn't try > to add the desired flow multiple

[ovs-dev] [PATCH ovn] ofctrl: Do not link a desired flow twice.

2021-02-16 Thread Dumitru Ceara
Depending on the logical flow matches, multiple SB flows can point to the same desired flow. If it happens that the desired flow conflicts with a more restrictive (already installed) flow, then we shouldn't try to add the desired flow multiple times to the list maintained for the installed flow.