mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
datapath: support Linux 3.8 kernel
Add Linux 3.8 kernel to the range of supported kernel versions. Signed-off-by: James Page <james.page@ubuntu.com> [jesse: Update NEWS and FAQ] Signed-off-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
parent
f431bf7d78
commit
64807dfb8d
2
FAQ
2
FAQ
@ -145,7 +145,7 @@ A: The following table lists the Linux kernel versions against which the
|
||||
1.6.x 2.6.18 to 3.2
|
||||
1.7.x 2.6.18 to 3.3
|
||||
1.8.x 2.6.18 to 3.4
|
||||
1.9.x 2.6.18 to 3.7
|
||||
1.9.x 2.6.18 to 3.8
|
||||
|
||||
Open vSwitch userspace should also work with the Linux kernel module
|
||||
built into Linux 3.3 and later.
|
||||
|
2
NEWS
2
NEWS
@ -29,7 +29,7 @@ v1.9.0 - xx xxx xxxx
|
||||
- Datapath:
|
||||
- Support for ipv6 set action.
|
||||
- SKB mark matching and setting.
|
||||
- support for Linux kernels up to 3.7
|
||||
- support for Linux kernels up to 3.8
|
||||
- FreeBSD is now a supported platform, thanks to code contributions from
|
||||
Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
|
||||
- ovs-bugtool: New --ovs option to report only OVS related information.
|
||||
|
@ -61,8 +61,8 @@
|
||||
#include "vport-internal_dev.h"
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) || \
|
||||
LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
|
||||
#error Kernels before 2.6.18 or after 3.7 are not supported by this version of Open vSwitch.
|
||||
LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0)
|
||||
#error Kernels before 2.6.18 or after 3.8 are not supported by this version of Open vSwitch.
|
||||
#endif
|
||||
|
||||
#define REHASH_FLOW_INTERVAL (10 * 60 * HZ)
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -14,7 +14,7 @@ openvswitch (1.9.0-1) unstable; urgency=low
|
||||
- Datapath:
|
||||
- Support for ipv6 set action.
|
||||
- SKB mark matching and setting.
|
||||
- support for Linux kernels up to 3.7
|
||||
- support for Linux kernels up to 3.8
|
||||
- FreeBSD is now a supported platform, thanks to code contributions from
|
||||
Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
|
||||
- ovs-bugtool: New --ovs option to report only OVS related information.
|
||||
|
Loading…
x
Reference in New Issue
Block a user