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 B6BCFC43381 for ; Mon, 25 Feb 2019 17:46:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 91E9B20643 for ; Mon, 25 Feb 2019 17:46:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726921AbfBYRqm (ORCPT ); Mon, 25 Feb 2019 12:46:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50020 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725936AbfBYRqm (ORCPT ); Mon, 25 Feb 2019 12:46:42 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 397C2E6A67; Mon, 25 Feb 2019 17:46:42 +0000 (UTC) Received: from localhost (ovpn-200-19.brq.redhat.com [10.40.200.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5076D5D9CC; Mon, 25 Feb 2019 17:46:40 +0000 (UTC) Date: Mon, 25 Feb 2019 18:46:34 +0100 From: Stefano Brivio To: Paolo Abeni Cc: netdev@vger.kernel.org, "David S. Miller" , David Ahern , Sabrina Dubroca Subject: Re: [PATCH net v3 0/2] selftests: pmtu: fix and increase coverage Message-ID: <20190225184634.7b7100f1@redhat.com> In-Reply-To: References: Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 25 Feb 2019 17:46:42 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 25 Feb 2019 16:08:35 +0100 Paolo Abeni wrote: > This series includes a fixup for the pmtu.sh test script, related to IPv6 > address management, and adds coverage for the recently reported and fixed > PMTU exception issue > > v2 -> v3: > - more cleanups > > v1 -> v2: > - several script cleanups > > Paolo Abeni (2): > selftests: pmtu: disable DAD in all namespaces > selftests: pmtu: add explicit tests for PMTU exceptions cleanup Thanks for following up! Reviewed-by: Stefano Brivio -- Stefano