From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/3] selftests: add more PMTU tests Date: Mon, 08 Oct 2018 11:00:40 -0700 (PDT) Message-ID: <20181008.110040.1662344558966426249.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, sbrivio@redhat.com To: sd@queasysnail.net Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:57464 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726291AbeJIBNf (ORCPT ); Mon, 8 Oct 2018 21:13:35 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Sabrina Dubroca Date: Mon, 8 Oct 2018 14:37:02 +0200 > The current selftests for PMTU cover VTI tunnels, but there's nothing > about the generation and handling of PMTU exceptions by intermediate > routers. This series adds and improves existing helpers, then adds > IPv4 and IPv6 selftests with a setup involving an intermediate router. > > Joint work with Stefano Brivio. This is really great stuff to see. Series applied, thanks.