[ovs-dev] [PATCH v2 3/9] ovsdb: table: Expose functions to execute operations on ovsdb tables.

Mark Gray mark.d.gray at redhat.com
Sat Jun 19 17:48:27 UTC 2021


On 12/06/2021 03:00, Ilya Maximets wrote:
> These functions will be used later for ovsdb 'relay' service model, so
> moving them to a common code.
> 
> Warnings translated to ovsdb errors, caller in replication.c only
> printed inconsistency warnings, but mostly ignored them.  Implementing
> the same logic by checking the error tag.
> 
> Also ovsdb_execute_insert() previously printed incorrect warning about
> duplicate row while it was a syntax error in json.  Fixing that by
> actually checking for the duplicate and reporting correct ovsdb error.
> 
> Signed-off-by: Ilya Maximets <i.maximets at ovn.org>

Acked-by: Mark D. Gray <mark.d.gray at redhat.com>



More information about the dev mailing list