summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPravin Shelar <pshelar@nicira.com>2014-04-01 20:55:21 -0700
committerPravin B Shelar <pshelar@nicira.com>2014-03-31 07:38:38 -0700
commitcb25142c50cd3a92e779ca1ce6f61380ffc75927 (patch)
treec3e6178d835bc8eff27c7da986b861f80c37ca6c /NEWS
parent1839c35676b5c3a2a70e83477a6ce3d3c7d0d245 (diff)
downloadopenvswitch-cb25142c50cd3a92e779ca1ce6f61380ffc75927.tar.gz
datapath: Add support for kernels 3.13
Add support for building the in-tree kernel datapath for Linux kernels up to 3.13. There were some changes in the netlink area which required adding new compatibility code for this layer. Also, some new per-cpu stats initialization code was added. Based on patch from Kyle Mestery. Signed-off-by: Kyle Mestery <mestery@noironetworks.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Kyle Mestery <mestery@noironetworks.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 92557785d..79255980d 100644
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,8 @@ Post-v2.1.0
- 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.12. On Kernel 3.12 OVS uses tunnel
- API for GRE and VXLAN.
+ - Support for Linux kernels up to 3.13. From Kernel 3.12 onwards OVS uses
+ tunnel API for GRE and VXLAN.
- Added DPDK support.