[ubuntu/vivid-proposed] openvswitch 2.3.0+git20140819-2ubuntu1 (Accepted)
James Page
james.page at ubuntu.com
Wed Nov 12 14:14:16 UTC 2014
openvswitch (2.3.0+git20140819-2ubuntu1) vivid; urgency=medium
* Merge from Debian unstable, remaining changes:
- d/control,tests: Add autopkg tests.
- d/control,openvswitch-testcontroller*: Add binary package for
test controller to support use with mininet.
- d/rules,*.upstart: Add upstart configurations for openvswitch-switch.
- d/p/xcp-interface-reconfigure.patch: Add support for Debian
packaged xcp-xapi if found.
- d/rules: Ensure dh_autoreconf_clean is called.
- d/rules: Add helper for generating snapshot from upstream git repo.
- d/control,compat: Bump debhelper compat level to 9.
- d/control: Bump Standards-Version to 3.9.5, no changes.
- d/control: Add alternative dependency - kmod | module-init-tools.
* d/control: Add missing ${shlibs:Depends} to openvswitch-testcontroller.
* d/tests/*: Drop dkms and module assistant tests now that we no longer
ship the datapath kernel module.
* d/rules: Align snapshot creation to new repo location and 2.3 branch.
openvswitch (2.3.0+git20140819-2) unstable; urgency=low
* debian/rules: Rerun checks on tests that fail the first time. Skip
tests 711, 712, and 713 that seem to fail due to races on buildds.
* debian/patches/cfm-avoid-long-delay: Upstream patch to avoid
test failures in CFM tests due to "long delay" log messages at WARN level.
* debian/patches/ovs-appctl-log-options.patch,
debian/patches/disable-poll-loop-logging-for-long-output.patch:
Upstream patches to avoid test failures in tests that generate a ton
of output.
openvswitch (2.3.0+git20140819-1) unstable; urgency=low
* New upstream release:
- OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
ovs-vswitchd.
- Linux kernel datapath now has an exact match cache optimizing the
flow matching process.
- Datapath flows now have partially wildcarded tranport port field
matches. This reduces userspace upcalls, but increases the
number of different masks in the datapath. The kernel datapath
exact match cache removes the overhead of matching the incoming
packets with the larger number of masks, but when paired with an
older kernel module, some workloads may perform worse with the
new userspace.
* Removed datapath packages because Linux 3.16 has adequate built-in
support. Closes: #740983.
- debian/control: Remove datapath package references. Add build
dependency on dh-autoreconf.
- debian/rules: Don't build datapath packages.
- debian/openvswitch-datapath-*: Removed.
- debian/control.modules.in: Removed.
- debian/dkms.conf.in: Removed.
- debian/rules.modules: Removed.
- debian/openvswitch-switch.README.Debian: Removed references to kernel
packages.
- debian/openvswitch-switch.init: Removed references to kernel packages.
- debian/automake.mk: Remov references to deleted files.
- debian/rules: Adopt use of dh-autoreconf.
openvswitch (2.3.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
- OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
ovs-vswitchd.
- Linux kernel datapath now has an exact match cache optimizing the
flow matching process.
- Datapath flows now have partially wildcarded tranport port field
matches. This reduces userspace upcalls, but increases the
number of different masks in the datapath. The kernel datapath
exact match cache removes the overhead of matching the incoming
packets with the larger number of masks, but when paired with an
older kernel module, some workloads may perform worse with the
new userspace.
openvswitch (2.2.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
- Internal ports are no longer brought up by default, because it
should be an administrator task to bring up devices as they are
configured properly.
- ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
bridge.
- The "ovsdbmonitor" graphical tool has been removed, because it was
poorly maintained and not widely used.
- New "check-ryu" Makefile target for running Ryu tests for OpenFlow
controllers against Open vSwitch. See INSTALL for details.
- Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
- Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
instead.
- Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
tunnel API for GRE and VXLAN.
- Added experimental DPDK support.
- Added support for custom vlog patterns in Python
Date: Wed, 12 Nov 2014 14:03:17 +0000
Changed-By: James Page <james.page at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/openvswitch/2.3.0+git20140819-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 12 Nov 2014 14:03:17 +0000
Source: openvswitch
Binary: openvswitch-common openvswitch-switch openvswitch-ipsec openvswitch-pki openvswitch-dbg python-openvswitch openvswitch-test openvswitch-vtep openvswitch-testcontroller
Architecture: source
Version: 2.3.0+git20140819-2ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Page <james.page at ubuntu.com>
Description:
openvswitch-common - Open vSwitch common components
openvswitch-dbg - Debug symbols for Open vSwitch packages
openvswitch-ipsec - Open vSwitch GRE-over-IPsec support
openvswitch-pki - Open vSwitch public key infrastructure dependency package
openvswitch-switch - Open vSwitch switch implementations
openvswitch-test - Open vSwitch test package
openvswitch-testcontroller - Open vSwitch test controller implementation
openvswitch-vtep - Open vSwitch VTEP utilities
python-openvswitch - Python bindings for Open vSwitch
Closes: 740983
Changes:
openvswitch (2.3.0+git20140819-2ubuntu1) vivid; urgency=medium
.
* Merge from Debian unstable, remaining changes:
- d/control,tests: Add autopkg tests.
- d/control,openvswitch-testcontroller*: Add binary package for
test controller to support use with mininet.
- d/rules,*.upstart: Add upstart configurations for openvswitch-switch.
- d/p/xcp-interface-reconfigure.patch: Add support for Debian
packaged xcp-xapi if found.
- d/rules: Ensure dh_autoreconf_clean is called.
- d/rules: Add helper for generating snapshot from upstream git repo.
- d/control,compat: Bump debhelper compat level to 9.
- d/control: Bump Standards-Version to 3.9.5, no changes.
- d/control: Add alternative dependency - kmod | module-init-tools.
* d/control: Add missing ${shlibs:Depends} to openvswitch-testcontroller.
* d/tests/*: Drop dkms and module assistant tests now that we no longer
ship the datapath kernel module.
* d/rules: Align snapshot creation to new repo location and 2.3 branch.
.
openvswitch (2.3.0+git20140819-2) unstable; urgency=low
.
* debian/rules: Rerun checks on tests that fail the first time. Skip
tests 711, 712, and 713 that seem to fail due to races on buildds.
* debian/patches/cfm-avoid-long-delay: Upstream patch to avoid
test failures in CFM tests due to "long delay" log messages at WARN level.
* debian/patches/ovs-appctl-log-options.patch,
debian/patches/disable-poll-loop-logging-for-long-output.patch:
Upstream patches to avoid test failures in tests that generate a ton
of output.
.
openvswitch (2.3.0+git20140819-1) unstable; urgency=low
.
* New upstream release:
- OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
ovs-vswitchd.
- Linux kernel datapath now has an exact match cache optimizing the
flow matching process.
- Datapath flows now have partially wildcarded tranport port field
matches. This reduces userspace upcalls, but increases the
number of different masks in the datapath. The kernel datapath
exact match cache removes the overhead of matching the incoming
packets with the larger number of masks, but when paired with an
older kernel module, some workloads may perform worse with the
new userspace.
* Removed datapath packages because Linux 3.16 has adequate built-in
support. Closes: #740983.
- debian/control: Remove datapath package references. Add build
dependency on dh-autoreconf.
- debian/rules: Don't build datapath packages.
- debian/openvswitch-datapath-*: Removed.
- debian/control.modules.in: Removed.
- debian/dkms.conf.in: Removed.
- debian/rules.modules: Removed.
- debian/openvswitch-switch.README.Debian: Removed references to kernel
packages.
- debian/openvswitch-switch.init: Removed references to kernel packages.
- debian/automake.mk: Remov references to deleted files.
- debian/rules: Adopt use of dh-autoreconf.
.
openvswitch (2.3.0-1) unstable; urgency=low
.
[ Open vSwitch team ]
* New upstream version
- OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
ovs-vswitchd.
- Linux kernel datapath now has an exact match cache optimizing the
flow matching process.
- Datapath flows now have partially wildcarded tranport port field
matches. This reduces userspace upcalls, but increases the
number of different masks in the datapath. The kernel datapath
exact match cache removes the overhead of matching the incoming
packets with the larger number of masks, but when paired with an
older kernel module, some workloads may perform worse with the
new userspace.
.
openvswitch (2.2.0-1) unstable; urgency=low
.
[ Open vSwitch team ]
* New upstream version
- Internal ports are no longer brought up by default, because it
should be an administrator task to bring up devices as they are
configured properly.
- ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
bridge.
- The "ovsdbmonitor" graphical tool has been removed, because it was
poorly maintained and not widely used.
- New "check-ryu" Makefile target for running Ryu tests for OpenFlow
controllers against Open vSwitch. See INSTALL for details.
- Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
- Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
instead.
- Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
tunnel API for GRE and VXLAN.
- Added experimental DPDK support.
- Added support for custom vlog patterns in Python
Checksums-Sha1:
2cb1b3eda668a60217e777a0300e63f2df1b3a75 2783 openvswitch_2.3.0+git20140819-2ubuntu1.dsc
33e614de2cdbce2217e439bfd372c995ca131241 2153428 openvswitch_2.3.0+git20140819.orig.tar.xz
47c8529609f76bed813f4a9c1512d481ca646bf1 47916 openvswitch_2.3.0+git20140819-2ubuntu1.debian.tar.xz
Checksums-Sha256:
eae6c899a777be6dede44321a1e1209f33ed545a937bd79467d662f0c59b9bd3 2783 openvswitch_2.3.0+git20140819-2ubuntu1.dsc
e0faf612378c55edce375508dfba2d87f5b5830116056734c14567f23fcda851 2153428 openvswitch_2.3.0+git20140819.orig.tar.xz
689ce9ad9a091adbb6ce22c31ddfbf689f84390512511f801d70d4fd27b4145c 47916 openvswitch_2.3.0+git20140819-2ubuntu1.debian.tar.xz
Files:
e7ded66d13ffc6b15bb164fc2f04e3f5 2783 net extra openvswitch_2.3.0+git20140819-2ubuntu1.dsc
b3fb6f7c945b52792bce5e71cad27c43 2153428 net extra openvswitch_2.3.0+git20140819.orig.tar.xz
0340891c85d918276b17a2dcda325b64 47916 net extra openvswitch_2.3.0+git20140819-2ubuntu1.debian.tar.xz
Original-Maintainer: Open vSwitch developers <dev at openvswitch.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUY2r2AAoJEL/srsug59jDc0sP/jXG5B6aqlqjef9VTHTy2FaF
9/A6e8VP+sZr6F0heprDgsQHnpUl3ct/br5bF+XNCAkKtoUrJuRtkiqDoVORyk9f
V0zJyYQSIUwzp/iQEqgw9Ea5nIRWtSSY/1KmJYp401I9Amk3qK6nyWUn4OOGxrmf
5hmF90zS7Uw74gjEv0lXbMm7kkaD/gu9XW9PDhATNu1sJx324tj17Z8bODH+ggnl
Gnr4wJG0Vk+OQ7EZ95DBulE5S/VZpoUsyf68GssHeiATJ3ilGlrCCJ0gklIE8Cer
z6US19A95yxloeMpLXeMq1msDpM/djuevrQDQkng+NOPNSGrHaigTjN2Q1LpaOZB
gvWU8gpgRFcVDhBSijG1RqEMkVEqiDUSnrec3R0cVObLQp5HJ8bt6MeG4q73dZws
ZpNRUBfahY+KrtsJqN8QK6XfzUwus2nmdSkht82wINh4CTWq5iint+77/odzXAUJ
MUAWGAroXQzwKfhzOnhXQhVV+3N8OZ1rfFnJAz6/SraGOM9DiFzJbxBA7MqEKVhJ
6gPDcCY/oddR1v45qmZZ4bmTLbYfhigoSpMciaDeue9cIeeCkVlibRdepdZ1p+f9
6YpC6zDx/YFGWeqnpU5U54YdwdJRov4ywtKfc4MZvmIGiWvFMQs6/xH/nGB2Dybl
/uT20jiYhT5DJwuCydKr
=fvsf
-----END PGP SIGNATURE-----
More information about the Vivid-changes
mailing list