On Mon, Sep 11, 2017 at 10:56 AM, Greg Rose <[email protected]> wrote: > Document Open vSwitch Linux kernel support for the 4.13 kernel > release. > > Signed-off-by: Greg Rose <[email protected]> > --- > 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 > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
