diff mbox series

[ovs-dev] ovs: Bump submodule to include OVS library perf fixes.

Message ID 20211201154759.27733-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] ovs: Bump submodule to include OVS library perf fixes. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Dumitru Ceara Dec. 1, 2021, 3:47 p.m. UTC
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 <dceara@redhat.com>
---
 ovs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Numan Siddique Dec. 1, 2021, 8:31 p.m. UTC | #1
On Wed, Dec 1, 2021 at 10:48 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> 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 <dceara@redhat.com>

Thanks.   Applied.

Numan

> ---
>  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
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/ovs b/ovs
index 1bdda7b6d..91e1ff5dd 160000
--- a/ovs
+++ b/ovs
@@ -1 +1 @@ 
-Subproject commit 1bdda7b6d53c92e877b457157676aff326414c53
+Subproject commit 91e1ff5dde396fbcc8623ac0726066e970e6de15