Re: [ovs-dev] [PATCH] ovsdb-idl.c: improves ovsdb_idl_add_table() comment.

2015-11-30 Thread Ben Pfaff
On Fri, Nov 27, 2015 at 04:57:07PM +, Aymerich, Edward wrote: > The new comment reflects with more clarity what ovsdb_idl_add_table() does. > Previous comment could be misunderstood, leading to believe that this function > replicates all columns on IDL. Hopefully this fix clarifies that columns

[ovs-dev] [PATCH] ovsdb-idl.c: improves ovsdb_idl_add_table() comment.

2015-11-27 Thread Aymerich, Edward
The new comment reflects with more clarity what ovsdb_idl_add_table() does. Previous comment could be misunderstood, leading to believe that this function replicates all columns on IDL. Hopefully this fix clarifies that columns are not replicated, just minimal data for reference integrity is replic