Skip to content

Commit

Permalink
ovs: Bump submodule to OVS v3.1.5.
Browse files Browse the repository at this point in the history
This picks up the following relevant OVS changes:
  7694dfacb compiler: Fix errors in Clang 17 ubsan checks.
  faf175155 vlog: Destroy async_append first then close log_fd.
  483bc24e4 hash, jhash: Fix unaligned access to the hash remainder.
  bd5b5d3b3 ovs-atomic: Fix inclusion of Clang header by GCC 14.
  bb61b5fe8 vconn: Count vconn_sent regardless of log level.
  ... and others.

Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2024-October/417627.html
Signed-off-by: Vladislav Odintsov <[email protected]>
Signed-off-by: Dumitru Ceara <[email protected]>
  • Loading branch information
odivlad authored and dceara committed Oct 18, 2024
1 parent de7aebf commit 43bdb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovs
Submodule ovs updated 98 files
+1 −1 .ci/dpdk-prepare.sh
+1 −1 .ci/linux-prepare.sh
+1 −1 .cirrus.yml
+31 −20 .github/workflows/build-and-test.yml
+1 −0 AUTHORS.rst
+3 −3 Documentation/faq/releases.rst
+4 −4 Documentation/intro/install/dpdk.rst
+1 −4 Documentation/intro/install/general.rst
+0 −6 Makefile.am
+11 −2 NEWS
+1 −1 configure.ac
+7 −1 debian/changelog
+11 −0 include/openvswitch/compiler.h
+1 −0 include/sparse/automake.mk
+34 −0 include/sparse/immintrin.h
+18 −2 ipsec/ovs-monitor-ipsec.in
+1 −1 lib/backtrace.h
+15 −15 lib/bfd.c
+30 −22 lib/conntrack.c
+1 −1 lib/conntrack.h
+5 −7 lib/dpctl.c
+18 −0 lib/flow.c
+4 −3 lib/hash.c
+30 −9 lib/ipf.c
+5 −5 lib/jhash.c
+4 −4 lib/jsonrpc.c
+8 −9 lib/netdev-dpdk.c
+60 −27 lib/netdev-dummy.c
+20 −5 lib/netdev-offload-tc.c
+10 −0 lib/netlink-protocol.h
+9 −0 lib/netlink-socket.c
+5 −0 lib/odp-execute-avx512.c
+13 −18 lib/odp-util.c
+2 −2 lib/ofpbuf.c
+1 −1 lib/ovs-atomic.h
+1 −1 lib/ovs-rcu.c
+13 −0 lib/ovs-router.c
+4 −0 lib/ovs-router.h
+12 −0 lib/ovsdb-types.h
+64 −16 lib/route-table.c
+5 −1 lib/rstp.c
+9 −0 lib/socket-util.c
+1 −1 lib/table.c
+11 −11 lib/tc.c
+3 −1 lib/vconn.c
+1 −1 lib/vlog.c
+15 −18 ofproto/bond.c
+0 −3 ofproto/ofproto-dpif-monitor.c
+20 −1 ofproto/ofproto-dpif-trace.c
+1 −1 ofproto/ofproto-dpif-trace.h
+7 −7 ofproto/ofproto-dpif-upcall.c
+36 −32 ofproto/ofproto-dpif-xlate.c
+12 −6 ofproto/ofproto-dpif.c
+2 −0 ovsdb/automake.mk
+3 −3 ovsdb/dot2pic
+1 −0 ovsdb/jsonrpc-server.c
+3 −2 ovsdb/ovsdb-client.c
+25 −25 ovsdb/ovsdb-doc
+22 −19 ovsdb/ovsdb-dot.in
+118 −9 ovsdb/raft.c
+2 −0 ovsdb/row.h
+21 −10 ovsdb/transaction.c
+8 −0 ovsdb/trigger.c
+10 −3 python/ovs/db/custom_index.py
+42 −5 python/ovs/db/idl.py
+46 −33 python/ovs/flow/odp.py
+2 −1 python/ovs/flow/ofp.py
+1 −0 python/ovs/flow/ofp_act.py
+75 −46 python/ovs/tests/test_odp.py
+87 −18 python/ovs/tests/test_ofp.py
+1 −0 python/test_requirements.txt
+1 −0 rhel/usr_lib_systemd_system_ovsdb-server.service
+24 −7 tests/atlocal.in
+63 −0 tests/dpif-netdev.at
+4 −10 tests/nsh.at
+100 −5 tests/ofproto-dpif.at
+15 −0 tests/ofproto-macros.at
+3 −3 tests/ovsdb-client.at
+106 −0 tests/ovsdb-cluster.at
+231 −43 tests/ovsdb-idl.at
+20 −6 tests/ovsdb-server.at
+8 −13 tests/packet-type-aware.at
+57 −0 tests/rstp.at
+4 −22 tests/sendpkt.py
+59 −0 tests/stp.at
+0 −55 tests/system-layer3-tunnels.at
+33 −0 tests/system-offloads-traffic.at
+64 −0 tests/system-route.at
+402 −146 tests/system-traffic.at
+50 −0 tests/test-ovsdb.c
+33 −11 tests/test-ovsdb.py
+2 −0 tests/test-rstp.c
+10 −3 tests/test-util.c
+99 −10 tests/tunnel-push-pop-ipv6.at
+198 −28 tests/tunnel-push-pop.at
+16 −3 tests/tunnel.at
+1 −0 tests/vlog.at
+32 −7 utilities/ovs-ofctl.c

0 comments on commit 43bdb8c

Please sign in to comment.