From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D274011718; Thu, 16 Nov 2023 22:40:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="R4gMdz1A" Received: by smtp.kernel.org (Postfix) with ESMTPS id 633FAC433C9; Thu, 16 Nov 2023 22:40:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700174426; bh=hhJxCwgkhNq5mTKwgfqKGY5emDpnAzXQlHkFgPmYc4o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=R4gMdz1AeYvYzouClPzwzjMPLEOwKFQMHmTQQAiHd0UPMC63KNQP1XhJHI4xWhL3m HgZ6aI6N7f0PpazRRax3Guk6mXAba8jCbTFoGZYRKXDhEBv5RBGUm9elIE0k+b6V6S YEs9261FGCTRcKqEP3mVmAs+Z1IlcUOzQBYaS2yO/i5BNRvpq3CRgokli2E8OXMTqI F7nCn5vjn9aMBV5/T5dvDBXBBMBRihgXNTmVOU7+HIiwpPnoi/7KEAsyznv4Pr1D/v x/S4wCt8k0HDdStFS825iHeU2tHQ8JnnPeGG5+VJk4W6QTZwyG4IkV94+oP14ih499 95twpEA1TJy2A== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 46BA1E00090; Thu, 16 Nov 2023 22:40:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v3] selftests/net: synchronize udpgro tests' tx and rx connection From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170017442628.21715.12487651571633570474.git-patchwork-notify@kernel.org> Date: Thu, 16 Nov 2023 22:40:26 +0000 References: In-Reply-To: To: Lucas Karpinski Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, shuah@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 14 Nov 2023 10:11:31 -0500 you wrote: > The sockets used by udpgso_bench_tx aren't always ready when > udpgso_bench_tx transmits packets. This issue is more prevalent in -rt > kernels, but can occur in both. Replace the hacky sleep calls with a > function that checks whether the ports in the namespace are ready for > use. > > Suggested-by: Paolo Abeni > Signed-off-by: Lucas Karpinski > > [...] Here is the summary with links: - [net-next,v3] selftests/net: synchronize udpgro tests' tx and rx connection https://git.kernel.org/netdev/net-next/c/3bdd9fd29cb0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html