Hi Ilya, Mark, On 7/9/25 8:26 PM, Mark Michelson wrote: > Thanks Ilya, > > Acked-by: Mark Michelson <[email protected]> > > On 7/9/25 12:43 PM, Ilya Maximets wrote: >> Until now there was no good way to find how many elements are allowed >> by the server schema in a particular database column. To support >> working with different versions of OVS, we had to have a separate >> database connection just to listen for schema changes, in order to know >> how many flow table prefixes are allowed to be configured. >> >> The newly introduced OVSDB IDL API allows to get the server-side >> column type directly from the IDL. So, let's drop the schema parsing >> code and use this new API instead. >> >> OVS submodule is updated accordingly to include this and some other >> internal OVS changes. As such, this bump also brings JSON performance >> optimizations (storing of short strings and arrays in-place) that can >> make JSON-RPC slightly more efficient. >> >> Signed-off-by: Ilya Maximets <[email protected]> >> ---
Thanks for the patch and review, applied to main! Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
