On Tue, Mar 01, 2016 at 05:42:27PM +0000, Arguello, Sebastian wrote:
> 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_<table>_fetch_row(),
> ovsrec_<table_name>_fetch_column, and ovsrec_<table_name>_fetch_table().
> 
> There are also functions generated to verify if there is a fetch
> operation pending over a row, a column, or a table.
> 
> These functions work only at one level. For instance, calling
> ovsrec_<table_name>_is_table_fetch_pending() will return true only if
> there is a pending operation at the table level (i.e. the user called a
> fetch_table function) It won't take into consideration if there are
> pending operations at the row or column level.
> 
> Co-authored-by: Arnoldo Lutz <arnoldo.lutz.guev...@hpe.com>
> 
> Signed-off-by: Sebastian Arguello <sebastian.argue...@hpe.com>

Co-authored commits should have a sign-off from each author, so please
ask Arnoldo to sign off as well.

This looks reasonable to me, thanks!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to