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 @@ -168,6 +168,7 @@ Q: What DPDK version does each Open vSwitch release work with?
168168 3.3.x 23.11.4
169169 3.4.x 23.11.4
170170 3.5.x 24.11.2
171+ 3.6.x 24.11.2
171172 ============ ========
172173
173174Q: Are all the DPDK releases that OVS versions work with maintained?
Original file line number Diff line number Diff line change 1- Post- v3.5.0
1+ v3.6.0 - xx xxx xxxx
22--------------------
33 - Bonding:
44 * Bond rebalancing log messages of INFO log level are highly reduced: they
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.5.90 , bugs@openvswitch.org )
16+ AC_INIT ( openvswitch , 3.6.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.5.90 -1) unstable; urgency=low
1+ openvswitch (3.6.0 -1) unstable; urgency=low
22
33 * New upstream version
44
5- -- Open vSwitch team <dev@openvswitch.org> Mon, 17 Feb 2025 13:13:24 +0100
5+ -- Open vSwitch team <dev@openvswitch.org> Wed, 16 Jul 2025 13:00:00 +0100
66
77openvswitch (3.5.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.5
141- VERSION =3.5 .0
140+ BRANCH =branch-3.6
141+ VERSION =3.6 .0
142142
143143get-orig-snapshot :
144144 rm -Rf openvswitch-upstream
You can’t perform that action at this time.
0 commit comments