From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45504 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751353AbeCOQSh (ORCPT ); Thu, 15 Mar 2018 12:18:37 -0400 From: Stefano Brivio To: "David S . Miller" Cc: Sabrina Dubroca , Steffen Klassert , netdev@vger.kernel.org Subject: [PATCH net-next 0/9] selftests: pmtu: Add further vti/vti6 MTU and PMTU tests Date: Thu, 15 Mar 2018 17:18:20 +0100 Message-Id: Sender: netdev-owner@vger.kernel.org List-ID: Patches 4/9 to 9/9 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/9 fixes the helper to fetch exceptions MTU to run in the passed namespace. Patches 2/9 and 3/9 are preparation work to make it easier to introduce those tests. Stefano Brivio (9): selftests: pmtu: Use namespace command prefix to fetch route mtu selftests: pmtu: Factor out MTU parsing helper selftests: pmtu: Introduce support for multiple tests selftests: pmtu: Add pmtu_vti4_default_mtu test selftests: pmtu: Add pmtu_vti6_default_mtu test selftests: pmtu: Add pmtu_vti4_exception test selftests: pmtu: Add pmtu_vti4_link_add_mtu test selftests: pmtu: Add pmtu_vti6_link_add_mtu test selftests: pmtu: Add pmtu_vti6_link_change_mtu test tools/testing/selftests/net/pmtu.sh | 413 +++++++++++++++++++++++++++++++----- 1 file changed, 357 insertions(+), 56 deletions(-) -- 2.15.1