Re: [ovs-dev] [PATCH ovn] binding: Fix potential crash when binding_seqno_run is skipped.

2021-02-19 Thread Dumitru Ceara
On 2/19/21 10:48 AM, Numan Siddique wrote: On Thu, Feb 18, 2021 at 10:13 PM Dumitru Ceara wrote: The prerequisite for binding_seqno_run() is that it has to be called while there are valid SB and OVS transactions available. ovn-controller's main() function respects that but that means that

Re: [ovs-dev] [PATCH ovn] binding: Fix potential crash when binding_seqno_run is skipped.

2021-02-19 Thread Numan Siddique
On Thu, Feb 18, 2021 at 10:13 PM Dumitru Ceara wrote: > > The prerequisite for binding_seqno_run() is that it has to be called > while there are valid SB and OVS transactions available. > > ovn-controller's main() function respects that but that means that there > is a small window (when OVS

[ovs-dev] [PATCH ovn] binding: Fix potential crash when binding_seqno_run is skipped.

2021-02-18 Thread Dumitru Ceara
The prerequisite for binding_seqno_run() is that it has to be called while there are valid SB and OVS transactions available. ovn-controller's main() function respects that but that means that there is a small window (when OVS transaction is still in progress) when port bindings might be deleted