[ovs-dev] [monitor2 v2 5/9] ovsdb: generate update2 notification for a monitor2 session

Ben Pfaff blp at ovn.org
Mon Nov 30 17:51:32 UTC 2015


On Tue, Nov 24, 2015 at 02:16:02PM -0800, Andy Zhou wrote:
> From: Andy Zhou <azhou at nicira.com>
> 
> Add functions that can generate "update2" notification for a
> "monitor2" session. "monitor2" and "update2" are RFC 7047 extensions
> described by ovsdb-server(1) manpage. See the manpage changes
> for more details.
> 
> Signed-off-by: Andy Zhou <azhou at nicira.com>
> 
> ---
> v1->v2: * remove ovsdb_monitor_compose_update2() function
> 
>         * change ovsdb_monitor_compose_update() to take a
>           compose_row_update() call back function pointer, so this
>           function can be common for generating both "update" and
>           "update2" message.
> 
>         * rafactor ovsdb_monitor_compse_row_update() and the ..update2()
>           functions, added a common function ovsdb_monitor_row_skip_update()
>           that both functions can share -- remove duplicated code.
> 
>         * Manpage update

Acked-by: Ben Pfaff <blp at ovn.org>



More information about the dev mailing list