Re: [ovs-dev] [PATCH ovn v2] ovs: Include monitor condition expected seqno fix.

2021-06-01 Thread Numan Siddique
On Thu, May 20, 2021 at 10:27 AM Ilya Maximets wrote: > > On 5/18/21 8:49 AM, Dumitru Ceara wrote: > > When setting monitor conditions ovsdb_cs_db_set_condition() returns the > > sequence number when it is expected that all updates that correspond to > > the new condition have been received. This

Re: [ovs-dev] [PATCH ovn v2] ovs: Include monitor condition expected seqno fix.

2021-05-20 Thread Ilya Maximets
On 5/18/21 8:49 AM, Dumitru Ceara wrote: > When setting monitor conditions ovsdb_cs_db_set_condition() returns the > sequence number when it is expected that all updates that correspond to > the new condition have been received. This sequence number is used by > ovn-controller to determine whether

Re: [ovs-dev] [PATCH ovn v2] ovs: Include monitor condition expected seqno fix.

2021-05-19 Thread Dumitru Ceara
On 5/18/21 8:49 AM, Dumitru Ceara wrote: > When setting monitor conditions ovsdb_cs_db_set_condition() returns the > sequence number when it is expected that all updates that correspond to > the new condition have been received. This sequence number is used by > ovn-controller to determine whether

[ovs-dev] [PATCH ovn v2] ovs: Include monitor condition expected seqno fix.

2021-05-17 Thread Dumitru Ceara
When setting monitor conditions ovsdb_cs_db_set_condition() returns the sequence number when it is expected that all updates that correspond to the new condition have been received. This sequence number is used by ovn-controller to determine whether a monitor condition change is already in flight.