From patchwork Mon Feb 12 10:19:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Abeni X-Patchwork-Id: 13552901 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AAB3417BB2 for ; Mon, 12 Feb 2024 10:19:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707733188; cv=none; b=ZDQD43bz1HUYBfPr4JB7FmRklEbHiTji/7rSybmqg6bOW6+TQjM7CGukmfwYvMlm7yeEbFUUychsPyKVxft2oIoRqsQvDalvE67HgMtzwobaEJqO07XmfKD9IW/o5x4XVMMtDCESXel2FfXehm/OtJiw+uY8iXI83cq/UKAp6W0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707733188; c=relaxed/simple; bh=5pCj54oWQRHPCgb6LaLf+2sw8TGdf2eZvzUyr1NRpPo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=jUT9vL96zjOEu00bZ1GOHbFI/bpul+KjmGPMmnOv1v3Dn+V6YfqL38erVeu5+GMUKomBKkRT8bFDBH2sdZGbOaNkqkhyJSBYS7Bk3mDTdFHuWlGWcLxXOXeo5ZcjKp1Lv4irG7QJX+gix2dfqfhP1cklaeqwORfOmYM/Y8fzUQI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=CoiBh/5T; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="CoiBh/5T" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1707733185; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XrU62/kRoMgXoaI/c5t3+UcrfZGZuObpLx6wfPgtQh0=; b=CoiBh/5TqUpVEQP0KEWOqM19C0xz3RvhGWQHf0Ago2+aBJS6SkkP8Ht/g84NIw8C9Kmitu Es+TYO7c2O2sI9+xqoM3uGgI7RgOajA8vjImIzW+RHHUbagQnTkMTjigl2/X87qf4v+sFS 8d8SL8/wjAVTsEIr2mYeK4jjrxCVIxA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-13-LxN9yIGIM8yX5uLGL6n17w-1; Mon, 12 Feb 2024 05:19:42 -0500 X-MC-Unique: LxN9yIGIM8yX5uLGL6n17w-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D625B83FC39; Mon, 12 Feb 2024 10:19:32 +0000 (UTC) Received: from gerbillo.redhat.com (unknown [10.45.224.193]) by smtp.corp.redhat.com (Postfix) with ESMTP id D09914ABF10; Mon, 12 Feb 2024 10:19:29 +0000 (UTC) From: Paolo Abeni To: netdev@vger.kernel.org Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Shuah Khan , Willem de Bruijn , Lucas Karpinski , Florian Westphal , linux-kselftest@vger.kernel.org Subject: [PATCH net 0/2] selftests: net: more pmtu.sh fixes Date: Mon, 12 Feb 2024 11:19:22 +0100 Message-ID: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Patchwork-Delegate: kuba@kernel.org The mentioned test is still flaky, unusally enough in 'fast' environments. Patch 2/2 [try to] address the existing issues, while patch 1/2 introduces more strict tests for the existing net helpers, to hopefully prevent future pain. Paolo Abeni (2): selftests: net: more strict check in net_helper selftests: net: more pmtu.sh fixes tools/testing/selftests/net/net_helper.sh | 11 +++++++---- tools/testing/selftests/net/pmtu.sh | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-)