Re: [ovs-dev] [PATCH] ovsdb-idl: Fix iteration over tracked rows with no actual data.

2020-11-27 Thread Ilya Maximets
On 11/23/20 10:49 AM, Dumitru Ceara wrote: > On 11/23/20 9:37 AM, Ilya Maximets wrote: >> When idl removes orphan rows, those rows are inserted into the >> 'track_list'. This allows iterators such as *_FOR_EACH_TRACKED () to >> return orphan rows that never had any data to the IDL user. In this >

Re: [ovs-dev] [PATCH] ovsdb-idl: Fix iteration over tracked rows with no actual data.

2020-11-23 Thread Dumitru Ceara
On 11/23/20 9:37 AM, Ilya Maximets wrote: > When idl removes orphan rows, those rows are inserted into the > 'track_list'. This allows iterators such as *_FOR_EACH_TRACKED () to > return orphan rows that never had any data to the IDL user. In this > case, it is difficult for the user to understan

[ovs-dev] [PATCH] ovsdb-idl: Fix iteration over tracked rows with no actual data.

2020-11-23 Thread Ilya Maximets
When idl removes orphan rows, those rows are inserted into the 'track_list'. This allows iterators such as *_FOR_EACH_TRACKED () to return orphan rows that never had any data to the IDL user. In this case, it is difficult for the user to understand whether it is a row with no data (there was no "