This picks up the following relevant OVS changes: 618944a79 ofproto-dpif: Improve load balancing in dp_hash select groups. bb49e027c vconn: Always properly free flow stats reply. 58ff23947 ovsdb-idl: Fix IDL memory leak. f02dc3cfe vlog: Destroy async_append first then close log_fd. 01eca18be hash, jhash: Fix unaligned access to the hash remainder. ... and others.
Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2024-October/417627.html Signed-off-by: Vladislav Odintsov <[email protected]> --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovs b/ovs index f19448b86..618944a79 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit f19448b8618967a108ec6f34713dd811ce1d1334 +Subproject commit 618944a79fec8e98d5880ca2bbb60304855d4437 -- 2.46.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
