forked from ovn-org/ovn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs: Bump submodule to latest OVS branch-3.4.
This picks up the following relevant OVS changes: a15ce086d ofproto-dpif: Improve load balancing in dp_hash select groups. 76ba41b5c vconn: Always properly free flow stats reply. 64cb90507 ovsdb-idl: Fix IDL memory leak. ... and others. Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2024-October/417627.html Signed-off-by: Vladislav Odintsov <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ovs
updated
19 files
+1 −1 | .ci/linux-prepare.sh | |
+46 −45 | Documentation/ref/ovs-appctl.8.rst | |
+3 −0 | NEWS | |
+1 −1 | configure.ac | |
+6 −0 | debian/changelog | |
+3 −1 | lib/mcast-snooping.c | |
+3 −2 | lib/netdev-dpdk.c | |
+1 −1 | lib/netdev-native-tnl.c | |
+2 −0 | lib/ovsdb-idl.c | |
+5 −1 | lib/vconn.c | |
+1 −1 | ofproto/bond.c | |
+18 −0 | ofproto/ofproto-dpif-upcall.c | |
+4 −2 | ofproto/ofproto-dpif.c | |
+4 −4 | selinux/openvswitch-custom.te.in | |
+166 −0 | tests/ofproto-dpif.at | |
+7 −2 | tests/ovsdb-idl.at | |
+6 −0 | tests/system-traffic.at | |
+38 −0 | tests/test-ovsdb.c | |
+3 −1 | utilities/usdt-scripts/flow_reval_monitor.py |