From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:50188 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751849AbeCRAPb (ORCPT ); Sat, 17 Mar 2018 20:15:31 -0400 Date: Sat, 17 Mar 2018 20:15:29 -0400 (EDT) Message-Id: <20180317.201529.1841042896169943809.davem@davemloft.net> To: sbrivio@redhat.com Cc: dsahern@gmail.com, sd@queasysnail.net, steffen.klassert@secunet.com, netdev@vger.kernel.org Subject: Re: [PATCH net-next 00/10 v2] selftests: pmtu: Add further vti/vti6 MTU and PMTU tests From: David Miller In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: 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 interfaces. > > Patch 1/10 reverses function return codes as suggested by David > Ahern. > > Patch 2/10 fixes the helper to fetch exceptions MTU to run in the > passed namespace. > > Patches 3/10 and 4/10 are preparation work to make it easier to > introduce those tests. > > v2: Reverse return codes, and make output prettier in 4/9 by > using padded printf, test descriptions and buffered error > strings. Remove accidental output to /dev/kmsg from 10/10 > (was 9/9). Series applied, thank you.