Re: [PATCH net-next 00/10 v2] selftests: pmtu: Add further vti/vti6 MTU and PMTU tests

2018-03-18 Thread Stefano Brivio
On Sun, 18 Mar 2018 11:31:10 -0600 David Ahern wrote: > On 3/16/18 7:31 PM, Stefano Brivio wrote: > > Patches 5/10 to 10/10 add tests to verify default MTU assignment > > for vti4 and vti6 interfaces, to check that MTU values set on new > > link and link changes are properly taken and validated,

Re: [PATCH net-next 00/10 v2] selftests: pmtu: Add further vti/vti6 MTU and PMTU tests

2018-03-18 Thread David Ahern
On 3/16/18 7:31 PM, Stefano Brivio wrote: > Patches 5/10 to 10/10 add tests to verify default MTU assignment > for vti4 and vti6 interfaces, to check that MTU values set on new > link and link changes are properly taken and validated, and to > verify PMTU exceptions on vti4 interfaces. > > Patch 1

Re: [PATCH net-next 00/10 v2] selftests: pmtu: Add further vti/vti6 MTU and PMTU tests

2018-03-17 Thread David Miller
From: Stefano Brivio Date: Sat, 17 Mar 2018 02:31:37 +0100 > Patches 5/10 to 10/10 add tests to verify default MTU assignment > for vti4 and vti6 interfaces, to check that MTU values set on new > link and link changes are properly taken and validated, and to > verify PMTU exceptions on vti4 inter

[PATCH net-next 00/10 v2] selftests: pmtu: Add further vti/vti6 MTU and PMTU tests

2018-03-16 Thread Stefano Brivio
Patches 5/10 to 10/10 add tests to verify default MTU assignment for vti4 and vti6 interfaces, to check that MTU values set on new link and link changes are properly taken and validated, and to verify PMTU exceptions on vti4 interfaces. Patch 1/10 reverses function return codes as suggested by Dav