Re: [ovs-dev] [PATCH branch-2.14] ovsdb-idl: Consider all tables when computing expected cond seqno.

2021-05-19 Thread Ilya Maximets
On 5/17/21 11:22 AM, Dumitru Ceara wrote: > In ovsdb_idl_db_set_condition(), take into account all pending > condition changes for all tables when computing the db->cond_seqno at > which the monitor is expected to be updated. > > In the following scenario, with two tables, A and B, the old code >

[ovs-dev] [PATCH branch-2.14] ovsdb-idl: Consider all tables when computing expected cond seqno.

2021-05-17 Thread Dumitru Ceara
In ovsdb_idl_db_set_condition(), take into account all pending condition changes for all tables when computing the db->cond_seqno at which the monitor is expected to be updated. In the following scenario, with two tables, A and B, the old code performed the following steps: 1. Initial db->cond_seq