[ovs-dev] [PATCH 5/5] datapath: Support kernel version 5.0.x

Yifeng Sun pkusunyifeng at gmail.com
Wed Jun 12 22:13:55 UTC 2019


Thanks Yi-Hung, I will rebase .travis.yml, fix the small issue you
mentioned in another email, and send v2.

Yifeng

On Wed, Jun 12, 2019 at 2:21 PM Yi-Hung Wei <yihung.wei at gmail.com> wrote:
>
> On Mon, Jun 10, 2019 at 4:46 PM Yifeng Sun <pkusunyifeng at gmail.com> wrote:
> >
> > This patch updated acinclude.m4 so that OVS can be compiled on
> > 5.0.x kernels.
> > This patch also updated travis files so that 5.0.x kernel versions
> > are used during travis test builds.
> > Besides, NEWS and releases.rst are also updated to reflect this
> > new support.
> >
> > Signed-off-by: Yifeng Sun <pkusunyifeng at gmail.com>
> > ---
> >  .travis.yml                    |  1 +
> >  .travis/linux-build.sh         |  4 +++-
> >  Documentation/faq/releases.rst |  2 +-
> >  NEWS                           |  1 +
> >  acinclude.m4                   | 10 ++++++----
> >  5 files changed, 12 insertions(+), 6 deletions(-)
>
> The following hunk is rejected because of an update in .travis.yml.
> It should be  easily resolved.
>
> Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>
>
>
> > diff --git a/.travis.yml b/.travis.yml
> > index 6621fb53575f..cb96d13cf537 100644
> > --- a/.travis.yml
> > +++ b/.travis.yml
> > @@ -35,6 +35,7 @@ env:
> >    - KERNEL=3.16 TESTSUITE=1 DPDK=1
> >    - KERNEL=3.16 DPDK_SHARED=1
> >    - KERNEL=3.16 DPDK_SHARED=1 OPTS="--enable-shared"
> > +  - KERNEL=5.0
> >    - KERNEL=4.20
> >    - KERNEL=4.19
> >    - KERNEL=4.18


More information about the dev mailing list