pull request, but this haven't been merged
yet. Do I need to create a new one?
Regards,
Sebastian
-Original Message-
From: Ben Pfaff [mailto:b...@ovn.org]
Sent: Tuesday, May 17, 2016 4:52 PM
To: Arguello, Sebastian
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] Subject: [PATCH v
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
Add tests for the OVSDB IDL on-demand column mode.
This commit includes three tests to verify the correct functionality
of the on-demand fetching at row, column, and table level.
Co-Authored-By: Randall Esquivel
Co-Authored-By: Arnoldo Lutz
Signed-off-by: Sebastian Arguello
Signed-off-by: Arn
To ease the usage of the on-demand columns, wrappers that allow the
developers to work with ovsrecs instead of ovsdb_idl_rows were added.
For each table, a new set of functions to request the on-demand data
from the server are generated: ovsrec__fetch_row(),
ovsrec__fetch_column, and ovsrec__fetch
> 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
Add tests for the OVSDB IDL on-demand column mode.
This commit includes three tests to verify the correct functionality
of the on-demand fetching at row, column, and table level.
Co-Authored-By: Randall Esquivel
Co-Authored-By: Arnoldo Lutz
Signed-off-by: Sebastian Arguello
---
This is the pu
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
To ease the usage of the on-demand columns, wrappers that allow the
developers to work with ovsrecs instead of ovsdb_idl_rows were added.
For each table, a new set of functions to request the on-demand data
from the server are generated: ovsrec__fetch_row(),
ovsrec__fetch_column, and ovsrec__fetch