File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ Q: What DPDK version does each Open vSwitch release work with?
169169 3.4.x 23.11.5
170170 3.5.x 24.11.3
171171 3.6.x 24.11.3
172+ 3.7.x 25.11
172173 ============ ========
173174
174175Q: Are all the DPDK releases that OVS versions work with maintained?
Original file line number Diff line number Diff line change 1- Post- v3.6.0
1+ v3.7.0 - xx xxx xxxx
22--------------------
33 - AF_XDP:
44 * AF_XDP support now requires Linux kernel v5.4+ or a nominally older
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515AC_PREREQ ( 2.63 )
16- AC_INIT ( openvswitch , 3.6.90 , bugs@openvswitch.org )
16+ AC_INIT ( openvswitch , 3.7.0 , bugs@openvswitch.org )
1717AC_CONFIG_SRCDIR ( [ vswitchd/ovs-vswitchd.c] )
1818AC_CONFIG_MACRO_DIR ( [ m4] )
1919AC_CONFIG_AUX_DIR ( [ build-aux] )
Original file line number Diff line number Diff line change 1- openvswitch (3.6.90 -1) unstable; urgency=low
1+ openvswitch (3.7.0 -1) unstable; urgency=low
22
33 * New upstream version
44
5- -- Open vSwitch team <dev@openvswitch.org> Mon, 18 Aug 2025 14:10:11 +0200
5+ -- Open vSwitch team <dev@openvswitch.org> Fri, 16 Jan 2026 13:00:00 +0100
66
77openvswitch (3.6.0-1) unstable; urgency=low
88
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ override_dh_python3:
137137# Helper target for creating snapshots from upstream git
138138DATE =$(shell date +% Y% m% d)
139139# Upstream branch to track
140- BRANCH =branch-3.6
141- VERSION =3.6 .0
140+ BRANCH =branch-3.7
141+ VERSION =3.7 .0
142142
143143get-orig-snapshot :
144144 rm -Rf openvswitch-upstream
You can’t perform that action at this time.
0 commit comments