From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CFBFC43381 for ; Fri, 22 Feb 2019 22:22:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7541C20675 for ; Fri, 22 Feb 2019 22:22:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726590AbfBVWWa (ORCPT ); Fri, 22 Feb 2019 17:22:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49944 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725774AbfBVWW3 (ORCPT ); Fri, 22 Feb 2019 17:22:29 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D38E25277E; Fri, 22 Feb 2019 22:22:29 +0000 (UTC) Received: from localhost (ovpn-200-19.brq.redhat.com [10.40.200.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 12DCC19C58; Fri, 22 Feb 2019 22:22:27 +0000 (UTC) Date: Fri, 22 Feb 2019 23:22:22 +0100 From: Stefano Brivio To: Paolo Abeni Cc: netdev@vger.kernel.org, "David S. Miller" , David Ahern Subject: Re: [PATCH net 2/2] selftests: pmtu: add explicit tests for pmtu exceptions cleanup Message-ID: <20190222231845.2fb300b8@redhat.com> In-Reply-To: <06a88ed3b2efab312f6301e9fe8eabd4383a9d3a.1550851038.git.pabeni@redhat.com> References: <06a88ed3b2efab312f6301e9fe8eabd4383a9d3a.1550851038.git.pabeni@redhat.com> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 22 Feb 2019 22:22:29 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 22 Feb 2019 17:06:33 +0100 Paolo Abeni wrote: > @@ -135,7 +135,9 @@ tests=" > pmtu_vti6_default_mtu vti6: default MTU assignment > pmtu_vti4_link_add_mtu vti4: MTU setting on link creation > pmtu_vti6_link_add_mtu vti6: MTU setting on link creation > - pmtu_vti6_link_change_mtu vti6: MTU changes on link changes" > + pmtu_vti6_link_change_mtu vti6: MTU changes on link changes > + pmtu_ipv4_exception_cleanup ipv4: cleanup of cached exceptions > + pmtu_ipv6_exception_cleanup ipv6: cleanup of cached exceptions" I forgot: while at it, could you please also add test descriptions above as it was done for the other tests? Thank you. -- Stefano