[SRU] openvswitch 3.3.4 point release
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openvswitch (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Noble |
In Progress
|
High
|
Arif Ali |
Bug Description
[Impact]
This release sports mostly bug-fixes and we would like to make sure all of our
supported customers have access to these improvements.
The update contains the following package updates:
* openvswitch 3.3.4
For more details see:
* https:/
* https:/
It will include [1], [2] and [3] which can thereby be dropped from the delta. This removes all the patches in debian/patches folder.
[1]: https:/
[2]: https:/
[3]: https:/
[Test Case]
The following SRU process was followed:
https:/
In order to avoid regression of existing consumers, the OpenStack team will
run their continuous integration test against the packages that are in
-proposed. A successful run of all available tests will be required before the
proposed packages can be let into -updates.
The OpenStack team will be in charge of attaching the output summary of the
executed tests. The OpenStack team members will not mark ‘verification-done’ until
this has happened.
[Regression Potential]
In order to mitigate the regression potential, the results of the
aforementioned tests are attached to this bug.
[other Info]
This is a regular update policy, it follows many others:
- #1021530 [SRU] update to include stable fixes for OVS 1.4
- #1470120 [SRU] openvswitch 2.3.2
- #1641956 [SRU] openvswitch 2.6.1
- #2003059 [SRU] openvswitch 3.0.3 point release
- #2003060 [SRU] openvswitch 2.17.5 point release
- #2025319 [SRU] openvswitch 3.1.2 point release
- #2025323 [SRU] openvswitch 2.17.7 point release
- #2039906 [SRU] openvswitch 3.2.1 point release
- #2039907 [SRU] openvswitch 3.1.3 point release
- #2039908 [SRU] openvswitch 2.17.8 point release
Related branches
- Ubuntu Sponsors: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 1765695 lines (+5373/-603703)178 files modified.ci/dpdk-build.sh (+1/-1)
.ci/dpdk-prepare.sh (+1/-1)
.ci/linux-build.sh (+1/-1)
.ci/linux-prepare.sh (+1/-1)
.cirrus.yml (+3/-3)
.github/workflows/build-and-test.yml (+147/-25)
.gitignore (+81/-0)
AUTHORS.rst (+2/-0)
Documentation/conf.py (+8/-0)
Documentation/faq/releases.rst (+5/-5)
Documentation/intro/install/dpdk.rst (+4/-4)
Documentation/intro/install/general.rst (+1/-7)
Documentation/intro/install/rhel.rst (+2/-4)
Documentation/intro/install/windows.rst (+3/-3)
Documentation/ref/ovs-appctl.8.rst (+42/-41)
Documentation/topics/dpdk/vhost-user.rst (+2/-2)
Documentation/topics/userspace-tso.rst (+9/-8)
Makefile.am (+0/-6)
NEWS (+32/-0)
build-aux/.gitattributes (+1/-0)
build-aux/.gitignore (+7/-0)
configure.ac (+1/-1)
datapath-windows/.gitignore (+9/-0)
debian/changelog (+11/-0)
dev/null (+0/-602331)
include/.gitignore (+2/-0)
include/openflow/.gitignore (+1/-0)
include/openvswitch/.gitignore (+2/-0)
include/openvswitch/compiler.h (+11/-0)
include/openvswitch/meta-flow.h (+1/-0)
include/openvswitch/ofp-ct.h (+2/-0)
include/sparse/automake.mk (+1/-0)
include/sparse/immintrin.h (+34/-0)
ipsec/.gitignore (+1/-0)
ipsec/ovs-monitor-ipsec.in (+311/-217)
lib/.gitignore (+22/-0)
lib/bfd.c (+4/-3)
lib/classifier.h (+4/-5)
lib/conntrack.c (+30/-22)
lib/conntrack.h (+1/-1)
lib/db-ctl-base.c (+2/-6)
lib/dp-packet.c (+12/-0)
lib/dp-packet.h (+36/-40)
lib/dpctl.c (+6/-8)
lib/dpdk.c (+3/-2)
lib/dpif-netdev.c (+34/-3)
lib/dpif-netlink-rtnl.c (+1/-0)
lib/flow.c (+40/-6)
lib/hash.c (+4/-3)
lib/ipf.c (+34/-11)
lib/jhash.c (+5/-5)
lib/match.c (+1/-1)
lib/mcast-snooping.c (+3/-1)
lib/meta-flow.c (+111/-1)
lib/netdev-bsd.c (+7/-0)
lib/netdev-dpdk.c (+193/-75)
lib/netdev-dummy.c (+16/-1)
lib/netdev-linux.c (+28/-17)
lib/netdev-native-tnl.c (+45/-53)
lib/netdev-native-tnl.h (+1/-10)
lib/netdev-offload-tc.c (+44/-2)
lib/netdev-vport.c (+2/-1)
lib/netlink-notifier.c (+1/-1)
lib/netlink-protocol.h (+10/-0)
lib/netlink-socket.c (+9/-0)
lib/odp-execute-avx512.c (+14/-1)
lib/odp-util.c (+2/-2)
lib/ofp-actions.c (+7/-7)
lib/ofp-prop.c (+10/-7)
lib/ofpbuf.c (+2/-2)
lib/ovs-rcu.c (+1/-1)
lib/ovs-router.c (+14/-0)
lib/ovs-router.h (+5/-0)
lib/ovsdb-idl.c (+5/-1)
lib/ovsdb-types.c (+1/-0)
lib/packets.c (+1/-1)
lib/packets.h (+1/-0)
lib/route-table.c (+68/-20)
lib/socket-util.c (+9/-0)
lib/stream-replay.c (+3/-3)
lib/stream.c (+2/-2)
lib/table.c (+1/-1)
lib/tc.c (+15/-12)
lib/util.c (+2/-0)
lib/vconn.c (+5/-1)
lib/vlog.c (+9/-3)
m4/.gitignore (+5/-0)
m4/ax_check_openssl.m4 (+2/-1)
m4/openvswitch.m4 (+1/-1)
ofproto/.gitignore (+4/-0)
ofproto/bond.c (+22/-21)
ofproto/ofproto-dpif-mirror.c (+1/-1)
ofproto/ofproto-dpif-trace.c (+20/-1)
ofproto/ofproto-dpif-trace.h (+1/-1)
ofproto/ofproto-dpif-upcall.c (+24/-7)
ofproto/ofproto-dpif-xlate.c (+49/-38)
ofproto/ofproto-dpif.c (+26/-8)
ovsdb/.gitignore (+15/-0)
ovsdb/automake.mk (+2/-0)
ovsdb/dot2pic (+3/-3)
ovsdb/ovsdb-client.c (+4/-3)
ovsdb/ovsdb-doc (+25/-25)
ovsdb/ovsdb-dot.in (+22/-19)
ovsdb/ovsdb-server.c (+1/-1)
ovsdb/ovsdb-tool.c (+1/-1)
ovsdb/raft.c (+126/-14)
ovsdb/transaction.c (+0/-1)
python/.gitignore (+2/-0)
python/ovs/.gitignore (+3/-0)
python/ovs/db/custom_index.py (+10/-3)
python/ovs/db/idl.py (+24/-19)
python/ovs/fatal_signal.py (+13/-11)
python/ovs/flow/odp.py (+22/-21)
python/ovs/tests/test_odp.py (+29/-0)
python/test_requirements.txt (+1/-0)
rhel/.gitignore (+3/-0)
rhel/openvswitch-fedora.spec.in (+3/-3)
rhel/usr_lib_systemd_system_openvswitch-ipsec.service (+2/-1)
rhel/usr_lib_systemd_system_ovsdb-server.service (+1/-0)
selinux/.gitignore (+5/-0)
selinux/openvswitch-custom.te.in (+4/-4)
tests/.gitignore (+79/-0)
tests/atlocal.in (+30/-7)
tests/classifier.at (+2/-2)
tests/dpif-netdev.at (+98/-0)
tests/library.at (+3/-1)
tests/nsh.at (+4/-10)
tests/ofproto-dpif.at (+336/-5)
tests/ofproto-macros.at (+8/-3)
tests/ovs-macros.at (+43/-3)
tests/ovs-ofctl.at (+45/-0)
tests/ovsdb-cluster.at (+106/-0)
tests/ovsdb-idl.at (+115/-5)
tests/ovsdb-server.at (+3/-1)
tests/packet-type-aware.at (+8/-13)
tests/sendpkt.py (+4/-22)
tests/system-common-macros.at (+32/-5)
tests/system-dpdk-macros.at (+1/-1)
tests/system-dpdk.at (+6/-0)
tests/system-ipsec.at (+194/-14)
tests/system-kmod-macros.at (+99/-0)
tests/system-layer3-tunnels.at (+0/-55)
tests/system-offloads-traffic.at (+57/-2)
tests/system-route.at (+64/-0)
tests/system-tap.at (+1/-1)
tests/system-traffic.at (+712/-246)
tests/system-userspace-macros.at (+24/-0)
tests/test-multipath.c (+1/-0)
tests/test-ovsdb.c (+81/-0)
tests/test-ovsdb.py (+16/-1)
tests/test-util.c (+10/-3)
tests/tunnel-push-pop-ipv6.at (+276/-13)
tests/tunnel-push-pop.at (+376/-28)
tests/tunnel.at (+20/-10)
tests/vlog.at (+1/-0)
third-party/.gitignore (+2/-0)
tutorial/.gitignore (+1/-0)
utilities/.gitignore (+38/-0)
utilities/bugtool/.gitignore (+2/-0)
utilities/ovs-ctl.in (+5/-2)
utilities/ovs-pki.in (+84/-3)
utilities/ovs-tcpdump.in (+11/-21)
utilities/ovs-vsctl.c (+1/-1)
vswitchd/.gitignore (+8/-0)
vswitchd/bridge.c (+29/-9)
vswitchd/vswitch.ovsschema (+3/-3)
vswitchd/vswitch.xml (+1/-1)
vtep/.gitignore (+12/-0)
vtep/vtep-ctl.c (+1/-1)
windows/.gitignore (+191/-0)
windows/ovs-windows-installer/Binaries/.gitignore (+3/-0)
windows/ovs-windows-installer/Driver/.gitignore (+6/-0)
windows/ovs-windows-installer/Driver/Win10/.gitignore (+3/-0)
windows/ovs-windows-installer/Driver/Win8.1/.gitignore (+3/-0)
windows/ovs-windows-installer/Driver/Win8/.gitignore (+3/-0)
windows/ovs-windows-installer/Redist/.gitignore (+3/-0)
windows/ovs-windows-installer/Services/.gitignore (+3/-0)
windows/ovs-windows-installer/Symbols/.gitignore (+3/-0)
Changed in openvswitch (Ubuntu Noble): | |
assignee: | nobody → Arif Ali (arif-ali) |
importance: | Undecided → High |
status: | New → In Progress |
The attachment "ovs-3_3_4.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issue please contact him.]