Specifically the following commits are relevant and significantly improve performance of OVN components:
91e1ff5dd ovsdb-idl: Don't reparse orphaned rows. 79953a57e stream-ssl: Avoid unnecessary memory copies on send. dec429168 ovsdb-data: Consolidate ovsdb atom and json strings. 9d29990c2 json: Inline clone and destroy functions. 7b8aeadd6 ovsdb-idl: Re-parse backrefs of inserted rows only once. Signed-off-by: Dumitru Ceara <[email protected]> --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovs b/ovs index 1bdda7b6d..91e1ff5dd 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 1bdda7b6d53c92e877b457157676aff326414c53 +Subproject commit 91e1ff5dde396fbcc8623ac0726066e970e6de15 -- 2.27.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
