Skip to content

Commit

Permalink
controller: Update OVS submodule.
Browse files Browse the repository at this point in the history
This brings in needed changes so that the ovs submodule exports route
table related functionality.

It also picks up 63785d16db11 ("fedora: Don't generate
network-scripts-openvswitch for ver > 40.") which is needed for moving
OVN CI to Fedora 41 images.

As the ovs submodule has bumped its DPDK version we need to do so as
well.

Acked-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Felix Huettner <felix.huettner@stackit.cloud>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
felixhuettner authored and dceara committed Feb 7, 2025
1 parent f5aae90 commit 5ed3069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ovs
Submodule ovs updated 76 files
+2 −2 .github/workflows/build-and-test.yml
+2 −0 AUTHORS.rst
+8 −7 Documentation/faq/releases.rst
+8 −8 Documentation/intro/install/dpdk.rst
+1 −1 Documentation/intro/install/general.rst
+7 −1 Documentation/ref/ovs-flowviz.8.rst
+1 −1 Documentation/ref/ovs-sim.1.rst
+6 −6 Documentation/topics/dpdk/phy.rst
+1 −1 Documentation/topics/dpdk/vdev.rst
+16 −1 Documentation/topics/dpdk/vhost-user.rst
+1 −1 Documentation/topics/testing.rst
+9 −9 Documentation/topics/userspace-tso.rst
+4 −1 Makefile.am
+14 −2 NEWS
+1 −1 configure.ac
+2 −2 debian/automake.mk
+2 −2 debian/changelog
+12 −10 debian/control.in
+2 −0 debian/openvswitch-common.install
+5 −0 debian/openvswitch-ipsec.default
+1 −0 debian/openvswitch-ipsec.dirs
+4 −1 debian/openvswitch-ipsec.init
+2 −0 debian/openvswitch-ipsec.install
+4 −2 debian/openvswitch-ipsec.service
+1 −0 debian/openvswitch-switch.ovs-vswitchd.service
+1 −3 debian/openvswitch-switch.ovsdb-server.service
+1 −0 debian/openvswitch-test.install
+0 −18 debian/patches/ovs-ctl-ipsec.patch
+0 −1 debian/patches/series
+6 −1 debian/python3-openvswitch.install
+24 −21 debian/rules
+2 −0 include/openvswitch/ofp-ct.h
+0 −3 include/sparse/automake.mk
+0 −25 include/sparse/rte_atomic.h
+0 −29 include/sparse/rte_mbuf.h
+0 −28 include/sparse/rte_trace_point.h
+56 −19 ipsec/ovs-monitor-ipsec.in
+21 −9 lib/dp-packet-gso.c
+2 −0 lib/dp-packet.c
+31 −0 lib/dp-packet.h
+1 −3 lib/dpif-netdev.c
+1 −1 lib/flow.c
+5 −4 lib/ipf.c
+48 −0 lib/netdev-dpdk.c
+30 −10 lib/netdev-native-tnl.c
+16 −16 lib/netdev-offload-dpdk.c
+44 −2 lib/netdev-offload-tc.c
+1 −0 lib/netdev-provider.h
+10 −6 lib/netdev.c
+12 −0 lib/netlink.c
+1 −0 lib/netlink.h
+264 −75 lib/route-table.c
+134 −0 lib/route-table.h
+4 −1 lib/tc.c
+1 −1 ovsdb/ovsdb-client.c
+1 −1 ovsdb/ovsdb-tool.c
+11 −1 python/ovs/flowviz/odp/graph.py
+4 −4 rhel/openvswitch-fedora.spec.in
+5 −2 rhel/usr_lib_systemd_system_openvswitch-ipsec.service
+3 −0 rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template
+1 −0 tests/automake.mk
+74 −11 tests/dpif-netdev.at
+3 −3 tests/ofproto-macros.at
+120 −5 tests/system-ipsec.at
+8 −0 tests/system-kmod-macros.at
+31 −1 tests/system-offloads-traffic.at
+204 −0 tests/system-route.at
+211 −7 tests/system-traffic.at
+8 −0 tests/system-userspace-macros.at
+149 −0 tests/test-lib-route-table.c
+1 −0 utilities/automake.mk
+15 −6 utilities/ovs-ctl.in
+9 −5 utilities/ovs-vsctl-bashcomp.bash
+135 −1 utilities/usdt-scripts/kernel_delay.py
+9 −0 utilities/usdt-scripts/kernel_delay.rst
+13 −0 vswitchd/vswitch.xml
2 changes: 1 addition & 1 deletion utilities/containers/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -xe

DPDK_GIT=https://dpdk.org/git/dpdk
DPDK_VER=23.11
DPDK_VER=24.11

function compile_sparse()
{
Expand Down

0 comments on commit 5ed3069

Please sign in to comment.