On Mon, Jun 10, 2019 at 4:46 PM Yifeng Sun <pkusunyif...@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 <pkusunyif...@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....@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
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to