Re: [ovs-dev] [PATCH v3 ovn 0/3] ovn: Fix port-up notification for child ports and handle upgrades.

2021-02-04 Thread Numan Siddique
On Thu, Feb 4, 2021 at 7:37 PM Dumitru Ceara wrote: > > On 2/4/21 2:59 PM, Numan Siddique wrote: > > On Thu, Feb 4, 2021 at 1:06 AM Dumitru Ceara wrote: > >> > >> First two patches of the series fix issues related to: > >> - setting Port_Binding.up for container/virtual ports/ > >> - correctly de

Re: [ovs-dev] [PATCH v3 ovn 0/3] ovn: Fix port-up notification for child ports and handle upgrades.

2021-02-04 Thread Dumitru Ceara
On 2/4/21 2:59 PM, Numan Siddique wrote: On Thu, Feb 4, 2021 at 1:06 AM Dumitru Ceara wrote: First two patches of the series fix issues related to: - setting Port_Binding.up for container/virtual ports/ - correctly dealing with upgrades when ovn-controller is upgraded first (recommended way

Re: [ovs-dev] [PATCH v3 ovn 0/3] ovn: Fix port-up notification for child ports and handle upgrades.

2021-02-04 Thread Numan Siddique
On Thu, Feb 4, 2021 at 1:06 AM Dumitru Ceara wrote: > > First two patches of the series fix issues related to: > - setting Port_Binding.up for container/virtual ports/ > - correctly dealing with upgrades when ovn-controller is upgraded first > (recommended way). > > The third patch of the series

[ovs-dev] [PATCH v3 ovn 0/3] ovn: Fix port-up notification for child ports and handle upgrades.

2021-02-03 Thread Dumitru Ceara
First two patches of the series fix issues related to: - setting Port_Binding.up for container/virtual ports/ - correctly dealing with upgrades when ovn-controller is upgraded first (recommended way). The third patch of the series tries to handle out of order upgrades (ovn-northd before ovn-cont