Re: [ovs-dev] [PATCH 1/3] ovsdb-idl: Add support for on-demand columns

2016-04-28 Thread Arguello, Sebastian
> Please ask the co-authors to add their sign-offs. Done. Finally, I ran indent as described in CondingStyle.md. Regards, Sebastián -----Original Message----- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Friday, March 18, 2016 11:57 AM To: Arguello, Sebastian Cc: dev@openvswitch.org S

Re: [ovs-dev] [PATCH 1/3] ovsdb-idl: Add support for on-demand columns

2016-03-19 Thread Ben Pfaff
On Tue, Mar 01, 2016 at 05:42:19PM +, Arguello, Sebastian wrote: > The IDL only supports reading from columns that are being monitored. > In the case where the column represent a frequently changing entity (e.g. > counter), > and the reads are relatively infrequent (e.g. CLI client), there is

[ovs-dev] [PATCH 1/3] ovsdb-idl: Add support for on-demand columns

2016-03-01 Thread Arguello, Sebastian
The IDL only supports reading from columns that are being monitored. In the case where the column represent a frequently changing entity (e.g. counter), and the reads are relatively infrequent (e.g. CLI client), there is a significant overhead in replication. This patch introduces a new column mo