On Mon, Sep 27, 2021 at 8:40 AM Dumitru Ceara <[email protected]> wrote: > > Recent OVS commits have been optimizing the ovsdb-data module, with > immediate goal of optimizing ovsdb-server operations. However, some of > the ovsdb-data functions are also used on the client side (e.g., > db-ctl-base.c, ovsdb-idl.c). > > Update the OVS submodule to include the following patches: > 51946d22274c ("ovsdb-data: Optimize union of sets.") > bb12b6317638 ("ovsdb-data: Optimize subtraction of sets.") > 429b114c5aad ("ovsdb-data: Deduplicate string atoms.") > > Signed-off-by: Dumitru Ceara <[email protected]>
Thanks. I applied to the main branch and also to branch-21.09 as it would beneficial. Numan > --- > ovs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovs b/ovs > index 748010ff3..429b114c5 160000 > --- a/ovs > +++ b/ovs > @@ -1 +1 @@ > -Subproject commit 748010ff304b7cd2c43f4eb98a554433f0df07f9 > +Subproject commit 429b114c5aadee24ccfb16ad7d824f45cdcea75a > -- > 2.27.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
