Re: [PATCH net] selftests: add test script for bareudp tunnels

2020-10-30 Thread Willem de Bruijn
On Fri, Oct 30, 2020 at 5:39 AM Guillaume Nault wrote: > > On Thu, Oct 29, 2020 at 02:11:38PM -0400, Willem de Bruijn wrote: > > On Wed, Oct 28, 2020 at 10:27 PM Guillaume Nault wrote: > > > > > > On Wed, Oct 28, 2020 at 07:05:19PM +0100, Guillaume Nault wrote: > > > > Test different encapsulatio

Re: [PATCH net] selftests: add test script for bareudp tunnels

2020-10-30 Thread Guillaume Nault
On Fri, Oct 30, 2020 at 04:20:13AM +, Varghese, Martin (Nokia - IN/Bangalore) wrote: > On Wed, Oct 28, 2020 at 07:05:19PM +0100, Guillaume Nault wrote: > >Test different encapsulation modes of the bareudp module: > > Comprehensive tests. Thanks a lot William. Thanks Martin! I think I can sim

Re: [PATCH net] selftests: add test script for bareudp tunnels

2020-10-30 Thread Guillaume Nault
On Thu, Oct 29, 2020 at 02:11:38PM -0400, Willem de Bruijn wrote: > On Wed, Oct 28, 2020 at 10:27 PM Guillaume Nault wrote: > > > > On Wed, Oct 28, 2020 at 07:05:19PM +0100, Guillaume Nault wrote: > > > Test different encapsulation modes of the bareudp module: > > > > BTW, I was assuming that ksel

RE: [PATCH net] selftests: add test script for bareudp tunnels

2020-10-29 Thread Varghese, Martin (Nokia - IN/Bangalore)
On Wed, Oct 28, 2020 at 07:05:19PM +0100, Guillaume Nault wrote: >Test different encapsulation modes of the bareudp module: Comprehensive tests. Thanks a lot William.

Re: [PATCH net] selftests: add test script for bareudp tunnels

2020-10-29 Thread Willem de Bruijn
On Wed, Oct 28, 2020 at 10:27 PM Guillaume Nault wrote: > > On Wed, Oct 28, 2020 at 07:05:19PM +0100, Guillaume Nault wrote: > > Test different encapsulation modes of the bareudp module: > > BTW, I was assuming that kselftests were like documentation updates, > and therefore always suitable for th

Re: [PATCH net] selftests: add test script for bareudp tunnels

2020-10-28 Thread Guillaume Nault
On Wed, Oct 28, 2020 at 07:05:19PM +0100, Guillaume Nault wrote: > Test different encapsulation modes of the bareudp module: BTW, I was assuming that kselftests were like documentation updates, and therefore always suitable for the net tree. If not, the patch applies cleanly to net-next (and I can

[PATCH net] selftests: add test script for bareudp tunnels

2020-10-28 Thread Guillaume Nault
Test different encapsulation modes of the bareudp module: * Unicast MPLS, * IPv4 only, * IPv4 in multiproto mode (that is, IPv4 and IPv6), * IPv6. Each mode is tested with both an IPv4 and an IPv6 underlay. Signed-off-by: Guillaume Nault --- tools/testing/selftests/net/Makefile | 1