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 E21A933120D; Wed, 11 Feb 2026 10:20:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770805210; cv=none; b=NwJijr968B4IRerWGG2wK+uRborHrrsK92l772qj+B/hRr3LFcIBPKdcLuOBNavXdhaxNmPHsPYn9n76vPrdKlQRyR0A03ui4emWnIHlEE6LAA2pdsFBCz4oIIKZEU/hAypoTzapW7IjjgG1w1LVAKhjG/PVgWaZRMxeKFl6XJM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770805210; c=relaxed/simple; bh=tigK3WjfnGAezt46CWIc99ueCYXkiaw1F0UQOfpMvc8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=rlMfOS1pM9kAVB0NIgI0O02dM6SkW3ws7aIVM7CyKrszVEXCf0o8q6td6n2gZ+zX8WxGedoP/q43THGE3UIPL/XO0jnx7n2bqxY7Mte/lDn7woR4g+5WPfMqLUnZLQMX3RbvcOTtVQoJmLMLgYfrJ0nX86cClCLSWahYzVi5H9c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bekD7L3R; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bekD7L3R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6443DC4CEF7; Wed, 11 Feb 2026 10:20:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770805209; bh=tigK3WjfnGAezt46CWIc99ueCYXkiaw1F0UQOfpMvc8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bekD7L3RMXMAgs5CHViWy6+fJB4zWh+qiU0XdBxO13tR9nMoO6Jkl0tTSsGV/JbS4 tdnpzWfEQr4mlupl/aUtq2laKrlCzEpj+oPY8jsgLjiwndiXCvD9mWsezBJPd5jtTU ssqdfgdeRq8rXn+Drq1X5fAeNPqZi6TMuYCpdxFzhmqahVPzvZ3hyp75q0CB9X6Xbf 91NHvZeWG6SByuMeLgQEuHlss1PpCFtpyRUm5kKaQkvoNVYKWHuYs3E/DmoMI69OPH +Po9uUkzBV6etERyr2hgePDLcbyj4KMPbbTGhXMCzytIIKrxjp6okkmlsoAgrd08r6 KTWAG81Hjd3wg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 8530439E9607; Wed, 11 Feb 2026 10:20:05 +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-next] selftests: drivers: net: hw: Modify toeplitz.c to poll for packets From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177080520433.111319.12570283784652241957.git-patchwork-notify@kernel.org> Date: Wed, 11 Feb 2026 10:20:04 +0000 References: <20260207013018.551347-1-dimitri.daskalakis1@gmail.com> In-Reply-To: <20260207013018.551347-1-dimitri.daskalakis1@gmail.com> To: Dimitri Daskalakis Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, shuah@kernel.org, andrew+netdev@lunn.ch, willemb@google.com, petrm@nvidia.com, gal@nvidia.com, noren@nvidia.com, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 6 Feb 2026 17:30:18 -0800 you wrote: > Prior to this the receiver would sleep for the configured timeout, > then attempt to receive as many packets as possible. This would result > in a large burst of packets, and we don't necessarily need that many samples. > > The tests now run faster. > > Before > > [...] Here is the summary with links: - [net-next] selftests: drivers: net: hw: Modify toeplitz.c to poll for packets https://git.kernel.org/netdev/net-next/c/ccb327266698 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html