Skip to content

Commit

Permalink
ovs: Bump submodule to latest OVS branch-3.3.
Browse files Browse the repository at this point in the history
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 <vlodintsov@k2.cloud>
  • Loading branch information
odivlad committed Oct 11, 2024
1 parent 63ea76b commit 40407f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovs
Submodule ovs updated 79 files
+1 −1 .ci/linux-build.sh
+1 −1 .ci/linux-prepare.sh
+1 −1 .cirrus.yml
+2 −2 .github/workflows/build-and-test.yml
+1 −0 AUTHORS.rst
+8 −0 Documentation/conf.py
+5 −5 Documentation/faq/releases.rst
+4 −4 Documentation/intro/install/dpdk.rst
+42 −41 Documentation/ref/ovs-appctl.8.rst
+2 −2 Documentation/topics/dpdk/vhost-user.rst
+13 −1 NEWS
+1 −1 configure.ac
+13 −1 debian/changelog
+11 −0 include/openvswitch/compiler.h
+1 −0 include/sparse/automake.mk
+34 −0 include/sparse/immintrin.h
+27 −21 ipsec/ovs-monitor-ipsec.in
+23 −11 lib/conntrack.c
+28 −40 lib/dp-packet.h
+6 −8 lib/dpctl.c
+3 −1 lib/dpdk.c
+1 −0 lib/dpif-netlink-rtnl.c
+21 −2 lib/flow.c
+4 −3 lib/hash.c
+30 −9 lib/ipf.c
+5 −5 lib/jhash.c
+1 −1 lib/match.c
+3 −1 lib/mcast-snooping.c
+127 −90 lib/netdev-dpdk.c
+13 −15 lib/netdev-linux.c
+12 −50 lib/netdev-native-tnl.c
+1 −1 lib/netlink-notifier.c
+14 −1 lib/odp-execute-avx512.c
+2 −2 lib/odp-util.c
+10 −7 lib/ofp-prop.c
+1 −1 lib/ovs-rcu.c
+2 −0 lib/ovsdb-idl.c
+1 −1 lib/packets.c
+1 −0 lib/packets.h
+4 −4 lib/route-table.c
+9 −0 lib/socket-util.c
+1 −1 lib/table.c
+11 −11 lib/tc.c
+2 −0 lib/util.c
+5 −1 lib/vconn.c
+1 −1 lib/vlog.c
+1 −1 ofproto/bond.c
+1 −1 ofproto/ofproto-dpif-mirror.c
+2 −1 ofproto/ofproto-dpif-trace.c
+1 −1 ofproto/ofproto-dpif-trace.h
+16 −0 ofproto/ofproto-dpif-upcall.c
+7 −1 ofproto/ofproto-dpif-xlate.c
+14 −2 ofproto/ofproto-dpif.c
+3 −2 ovsdb/ovsdb-client.c
+18 −5 ovsdb/raft.c
+0 −1 ovsdb/transaction.c
+10 −3 python/ovs/db/custom_index.py
+24 −19 python/ovs/db/idl.py
+22 −21 python/ovs/flow/odp.py
+29 −0 python/ovs/tests/test_odp.py
+1 −0 python/test_requirements.txt
+1 −0 rhel/usr_lib_systemd_system_ovsdb-server.service
+4 −4 selinux/openvswitch-custom.te.in
+24 −7 tests/atlocal.in
+98 −0 tests/dpif-netdev.at
+188 −0 tests/ofproto-dpif.at
+5 −0 tests/ofproto-macros.at
+115 −5 tests/ovsdb-idl.at
+4 −22 tests/sendpkt.py
+1 −1 tests/system-dpdk-macros.at
+6 −0 tests/system-dpdk.at
+4 −4 tests/system-ipsec.at
+275 −143 tests/system-traffic.at
+81 −0 tests/test-ovsdb.c
+16 −1 tests/test-ovsdb.py
+10 −3 tests/test-util.c
+83 −0 tests/tunnel-push-pop-ipv6.at
+79 −0 tests/tunnel-push-pop.at
+1 −1 tests/vlog.at

0 comments on commit 40407f4

Please sign in to comment.