On Mon, Jul 1, 2019 at 3:10 PM Gregory Rose <[email protected]> wrote:
>
>
>
> On 7/1/2019 12:45 PM, William Tu wrote:
> > The patch adds ip6gre support. Tunnel type 'ip6gre' with packet_type=
> > legacy_l2 is a layer 2 GRE tunnel over IPv6, carrying inner ethernet packets
> > and encap with GRE header with outer IPv6 header.  Encapsulation of layer 3
> > packet over IPv6 GRE, ip6gre, is not supported yet.  I tested it by running:
> >    # make check-kernel TESTSUITEFLAGS='-k ip6gre'
> > under kernel 5.2 and for userspace:
>
> Hi William,
>
> I tried this on a system with the 5.2-rc5+ kernel and got the following
> results:
>
> ## ------------------------------- ##
> ## openvswitch 2.11.90 test suite. ##
> ## ------------------------------- ##
>   12: datapath - ping over ip6gre L2 tunnel           skipped
> (system-traffic.at:344)
>
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
>
> 0 tests were successful.
> 1 test was skipped.
>
> This is on a Ubuntu 16.04 distro with the upstream kernel installed.
> What system/distro base did you use?
>
> Thanks,
>
> - Greg
>
I tested it on ubuntu using kernel 5.2.0-rc5+
I run
#make check-kernel TESTSUITEFLAGS='-k ip6gre'

and it works OK, not being skipped by
macro OVS_CHECK_KERNEL_EXCL(3, 10, 4, 15)

William
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to