Message ID | 20210902162223.3413794-1-i.maximets@ovn.org |
---|---|
State | Accepted |
Headers | show |
Series | [ovs-dev] ovs: Include optimizations for json string serialization. | expand |
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 | fail | github build: failed |
On 9/2/21 6:22 PM, Ilya Maximets wrote: > 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> Thanks!
On Thu, Sep 2, 2021 at 12:36 PM Dumitru Ceara <dceara@redhat.com> wrote: > > On 9/2/21 6:22 PM, Ilya Maximets wrote: > > 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> Thanks. Applied. Numan > > Thanks! > > _______________________________________________ > dev mailing list > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev >
diff --git a/ovs b/ovs index 7502849e9..748010ff3 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 7502849e9581a1dabe53eac51fd34521126c7b3f +Subproject commit 748010ff304b7cd2c43f4eb98a554433f0df07f9
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> --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)