From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 66149396B76 for ; Tue, 23 Jun 2026 20:40:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782247221; cv=none; b=T/i+toj2t3e8xt3hieqGMj5+DcT941HtAJQK8+1+z6Jp02iu3RqcL0wwmmxbV1qejYQR0Kocn4o/mtcxyhQRJeitTzgTlXyHA02Lg8wu1SqzElXQ9sA/xkvh0FCr3D6itA0EAl1VeMpqK7ZjwgLUzBr3+lrJ0u2pn035EuOzu2c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782247221; c=relaxed/simple; bh=epzjtXeO/6OP9nzvGrR4TfW+GaP5e/ERtezWocFhqec=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=EMKhEiLSeJm7Am5sbWJ0CLaKypJ892GVl6CLPHbxsjB+cgw5NRxwnHDwyBqaZbqP3U9uaNkSzuwqM3LWdTTlL3iP5JYilqyqUalKZwmosjUjKLFBtnshYyge5rNFelXnmeckJm0j0RQRFaOsJaeUDY2xKiDSM5Wl44x5kk0nlEY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=InOAqbPE; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="InOAqbPE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEE771F000E9; Tue, 23 Jun 2026 20:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782247219; bh=eFYgGUgZaxohMfSNmNcfA5UcWxQXriMHkIXv17OS1aI=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=InOAqbPE0ueB+AwX/KW62Jv5p48S1h92tKFJMcMDTfv6PlexxgdI+FS32xVgc0ird MV/VWe9N/a1i/842P7fbjZFqHWLO/Itqopn6OAHeAxn7+UkVBSSICg5mtXoThaTVgl wCQDYvbK+0T7bf9nk5woq4BrHb6+jCbz4a8VkoFdudGI6SfwQyS5d8FsjdL5HCAgfe qNuNo4JipMOfnxwQ+6J73jRztM8LMxnA0aE5LIN8HxXL0IqQOSJOwkBy/kzGXqQB4j raGu/xUl9A0F8X2iWbpxrtYWZVi5TDLJtYYXU/e+XibPMe0BY3Sxh976Fm8e9rSh81 1kGCG9g3KXvaQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93AA33931005; Tue, 23 Jun 2026 20:40:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] selftests: drv-net: so_txtime: relax variance bounds From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178224720930.2409533.11505050682346179213.git-patchwork-notify@kernel.org> Date: Tue, 23 Jun 2026 20:40:09 +0000 References: <20260621200137.1564776-1-willemdebruijn.kernel@gmail.com> In-Reply-To: <20260621200137.1564776-1-willemdebruijn.kernel@gmail.com> To: Willem de Bruijn Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, edumazet@google.com, pabeni@redhat.com, horms@kernel.org, willemb@google.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Sun, 21 Jun 2026 16:01:18 -0400 you wrote: > From: Willem de Bruijn > > The net-next-hw spinners on netdev.bots.linux.dev observe failing > so-txtime-py tests. A review of stdout shows most failures to be > due to exceeding the 4ms grace period. All I saw were within 8ms. > So increase to that. > > [...] Here is the summary with links: - [net] selftests: drv-net: so_txtime: relax variance bounds https://git.kernel.org/netdev/net/c/e38fec239d92 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html