diff mbox series

[ovs-dev,V2,15/16] Documentation: Update NEWS and FAQ.

Message ID 1505164269-9455-15-git-send-email-gvrose8192@gmail.com
State Accepted
Headers show
Series [ovs-dev,V2,01/16] acinclude: Check for SKB_GSO_UDP | expand

Commit Message

Gregory Rose Sept. 11, 2017, 9:11 p.m. UTC
Document Open vSwitch Linux kernel support for the 4.13 kernel
release.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
---
 Documentation/faq/releases.rst | 2 +-
 NEWS                           | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index c785529..064a496 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -65,7 +65,7 @@  Q: What Linux kernel versions does each Open vSwitch release work with?
     2.5.x        2.6.32 to 4.3
     2.6.x        3.10 to 4.7
     2.7.x        3.10 to 4.9
-    2.8.x        3.10 to 4.12
+    2.8.x        3.10 to 4.13
     ============ ==============
 
     Open vSwitch userspace should also work with the Linux kernel module built
diff --git a/NEWS b/NEWS
index 6a5d2bf..a3c1a02 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@  Post-v2.8.0
    - OVN:
      * The "requested-chassis" option for a logical switch port now accepts a
        chassis "hostname" in addition to a chassis "name".
+   - Linux kernel 4.13
+     * Add support for compiling OVS with the latest Linux 4.13 kernel
 
 v2.8.0 - xx xxx xxxx
 ---------------------