Re: [ovs-dev] [PATCH ovn] ic: remove port_binding on ts deletion

2021-09-07 Thread Vladislav Odintsov
I’ve submitted version 2 of this patch: https://patchwork.ozlabs.org/project/ovn/patch/20210907115052.7913-1-odiv...@gmail.com/ Regards, Vladislav Odintsov > On 7 Sep 2021, at 11:42, Vladislav Odintsov wrote: > > Hi Han, > > thanks for the review. > > Regards, > Vladislav Odintsov > >> On 7

Re: [ovs-dev] [PATCH ovn] ic: remove port_binding on ts deletion

2021-09-07 Thread Vladislav Odintsov
Hi Han, thanks for the review. Regards, Vladislav Odintsov > On 7 Sep 2021, at 08:37, Han Zhou wrote: > > On Tue, Aug 24, 2021 at 11:45 AM Vladislav Odintsov > > wrote: >> >> When IC port_binding exists and transit switch is deleted, >> the orphan port_binding if

Re: [ovs-dev] [PATCH ovn] ic: remove port_binding on ts deletion

2021-09-06 Thread Han Zhou
On Tue, Aug 24, 2021 at 11:45 AM Vladislav Odintsov wrote: > > When IC port_binding exists and transit switch is deleted, > the orphan port_binding if left in the IC_SB_DB. > > This patch fixes such situation and adds test for this case. > > Signed-off-by: Vladislav Odintsov > Thanks for fixing

[ovs-dev] [PATCH ovn] ic: remove port_binding on ts deletion

2021-08-24 Thread Vladislav Odintsov
When IC port_binding exists and transit switch is deleted, the orphan port_binding if left in the IC_SB_DB. This patch fixes such situation and adds test for this case. Signed-off-by: Vladislav Odintsov --- ic/ovn-ic.c | 35 +++-- tests/ovn-ic.at | 52