diff mbox series

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

Message ID 1505152570-6143-14-git-send-email-gvrose8192@gmail.com
State Superseded
Headers show
Series [ovs-dev,01/15] acinclude: Check for SKB_GSO_UDP | expand

Commit Message

Gregory Rose Sept. 11, 2017, 5:56 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(-)

Comments

Andy Zhou Sept. 20, 2017, 10:18 p.m. UTC | #1
On Mon, Sep 11, 2017 at 10:56 AM, Greg Rose <gvrose8192@gmail.com> wrote:
> 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 --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
>      ============ ==============

Should actually be:

2.8.x  3.10 to 4.12
2.9.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
>  ---------------------
> --
> 1.8.3.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Gregory Rose Sept. 22, 2017, 3:02 p.m. UTC | #2
On 09/20/2017 03:18 PM, Andy Zhou wrote:
> On Mon, Sep 11, 2017 at 10:56 AM, Greg Rose <gvrose8192@gmail.com> wrote:
>> 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 --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
>>       ============ ==============
> 
> Should actually be:
> 
> 2.8.x  3.10 to 4.12
> 2.9.x  3.10 to 4.13
> 

OK, I'll fix that up and resend V2.

Thanks,

- Greg

> 
>>
>>       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
>>   ---------------------
>> --
>> 1.8.3.1
>>
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Andy Zhou Sept. 22, 2017, 6:23 p.m. UTC | #3
On Fri, Sep 22, 2017 at 8:02 AM, Greg Rose <gvrose8192@gmail.com> wrote:
> On 09/20/2017 03:18 PM, Andy Zhou wrote:
>>
>> On Mon, Sep 11, 2017 at 10:56 AM, Greg Rose <gvrose8192@gmail.com> wrote:
>>>
>>> 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 --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
>>>       ============ ==============
>>
>>
>> Should actually be:
>>
>> 2.8.x  3.10 to 4.12
>> 2.9.x  3.10 to 4.13
>>
>
> OK, I'll fix that up and resend V2.

You don't have to. I will fix this up before pushing the rest of the series.
Gregory Rose Sept. 22, 2017, 9:18 p.m. UTC | #4
On 09/22/2017 11:23 AM, Andy Zhou wrote:
> On Fri, Sep 22, 2017 at 8:02 AM, Greg Rose <gvrose8192@gmail.com> wrote:
>> On 09/20/2017 03:18 PM, Andy Zhou wrote:
>>>
>>> On Mon, Sep 11, 2017 at 10:56 AM, Greg Rose <gvrose8192@gmail.com> wrote:
>>>>
>>>> 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 --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
>>>>        ============ ==============
>>>
>>>
>>> Should actually be:
>>>
>>> 2.8.x  3.10 to 4.12
>>> 2.9.x  3.10 to 4.13
>>>
>>
>> OK, I'll fix that up and resend V2.
> 
> You don't have to. I will fix this up before pushing the rest of the series.
> 

Thank you!

- Greg
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
 ---------------------