From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next 1/3] selftests: pmtu: Introduce check_pmtu_value() Date: Mon, 8 Oct 2018 11:35:23 -0600 Message-ID: References: <01bd5e1c237ba61f38f816b2361276fc4b565ccc.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-pf1-f196.google.com ([209.85.210.196]:45327 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726291AbeJIAsM (ORCPT ); Mon, 8 Oct 2018 20:48:12 -0400 Received: by mail-pf1-f196.google.com with SMTP id u12-v6so5560525pfn.12 for ; Mon, 08 Oct 2018 10:35:26 -0700 (PDT) In-Reply-To: <01bd5e1c237ba61f38f816b2361276fc4b565ccc.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: > From: Stefano Brivio > > Introduce and use a function that checks PMTU values against > expected values and logs error messages, to remove some clutter. > > Signed-off-by: Stefano Brivio > Signed-off-by: Sabrina Dubroca > --- > tools/testing/selftests/net/pmtu.sh | 49 +++++++++++++---------------- > 1 file changed, 22 insertions(+), 27 deletions(-) > Reviewed-by: David Ahern