From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next 3/3] selftests: pmtu: add basic IPv4 and IPv6 PMTU tests Date: Mon, 8 Oct 2018 11:36:05 -0600 Message-ID: <2d068d0b-c5f8-7eb9-1b74-828791664a2f@gmail.com> References: <634b29aaf3b4228e307e84f41c5e0e66dc6c2915.1539001627.git.sd@queasysnail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Stefano Brivio To: Sabrina Dubroca , netdev@vger.kernel.org Return-path: Received: from mail-pg1-f193.google.com ([209.85.215.193]:33910 "EHLO mail-pg1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726391AbeJIAsy (ORCPT ); Mon, 8 Oct 2018 20:48:54 -0400 Received: by mail-pg1-f193.google.com with SMTP id g12-v6so8160861pgs.1 for ; Mon, 08 Oct 2018 10:36:07 -0700 (PDT) In-Reply-To: <634b29aaf3b4228e307e84f41c5e0e66dc6c2915.1539001627.git.sd@queasysnail.net> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/8/18 6:37 AM, Sabrina Dubroca wrote: > Commit d1f1b9cbf34c ("selftests: net: Introduce first PMTU test") and > follow-ups introduced some PMTU tests, but they all rely on tunneling, > and, particularly, on VTI. > > These new tests use simple routing to exercise the generation and > update of PMTU exceptions in IPv4 and IPv6. > > Signed-off-by: Sabrina Dubroca > Signed-off-by: Stefano Brivio > --- > tools/testing/selftests/net/pmtu.sh | 207 +++++++++++++++++++++++++++- > 1 file changed, 203 insertions(+), 4 deletions(-) > Thanks for adding more pmtu tests. Reviewed-by: David Ahern