Skip to content

Commit

Permalink
ovs: Include optimizations for json string serialization.
Browse files Browse the repository at this point in the history
Updating OVS submodule to include following patch:
  748010ff304b ("json: Optimize string serialization.")

It provides faster json string serialization function that
is used for every jsonrpc message, hence slightly improves
performance of all communications.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
igsilya authored and numansiddique committed Sep 2, 2021
1 parent 1471216 commit 83296a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovs
Submodule ovs updated 3 files
+19 −3 lib/json.c
+2 −0 tests/library.at
+68 −0 tests/test-json.c

0 comments on commit 83296a4

Please sign in to comment.