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 0578AC2C9; Sat, 7 Dec 2024 01:40:16 +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=1733535617; cv=none; b=hp4yBeiu2CqLQWVbUpx9OxcLdfsBf3dqAHbBvGmPidY7zKTkqOkf2J99ZwA9zV7V0O2vFafGfXgoEaslkrEZxaRPLDibMd7WisyKV3juzJVuyLj6ataEeGiPlAKXVsfm96S42PdCQJJSqJH3T80Z3lZYRTv6wq2lgCJpZyUtyoE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733535617; c=relaxed/simple; bh=cpuCrCGDAlMFmRWt4pthFMMyyEO+/k8luPU73jnEclA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=YXy7MpuAqi2YGYnY/oRf2Mjwstj7sk+l/41fX+CXU7iymlh8TYPol8vyylYvzpEKq8ULFQogBpwHFFUGGIRQVjriRKDLB6sNDmqUacXL/zNJ7TdcAR4ZdFdMs4w+1fru4s7Qkoa/hJnJqZ5qzfPCSqNLwa4QMgBxGGjHYtwa9Rw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ye3E6p+p; 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="Ye3E6p+p" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77CE6C4CED1; Sat, 7 Dec 2024 01:40:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733535616; bh=cpuCrCGDAlMFmRWt4pthFMMyyEO+/k8luPU73jnEclA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Ye3E6p+pMERvoVx66VzDfCP+9xzPdovDQl0JxpCwrw+zg1ecCDL85fJKv5lybicf5 Bbhpem0mt9Ws596dn33a+9HOCSPUu961MnBnWpW8N8FZ15ZMAgRwXagVSnppPfRaXF muk4KI3HwGqkSygjINHY9yKR8X7LB6I4mrRKXyG8IM5qKXJ1wbqfZeIX2LQNJbaGxa DjmsNsrNwCRHhQTdkhSTZ5pVrw8953S6lvgKRFcOGzxA+Demxw8eGF1OCXNg8guOH+ XQrar8gLBbr1w53yJCXBwlBW9SC4QjpIpihUS4C3OcdmYfqYRYfxxs4neC36Xx44hW zHvnzdBiygbzg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id AFF34380A95C; Sat, 7 Dec 2024 01:40:32 +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 0/3] selftests: mlxsw: Add few fixes for sharedbuffer test From: patchwork-bot+netdevbpf@kernel.org Message-Id: <173353563151.2868165.5316465937506870618.git-patchwork-notify@kernel.org> Date: Sat, 07 Dec 2024 01:40:31 +0000 References: In-Reply-To: To: Petr Machata Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch, netdev@vger.kernel.org, idosch@nvidia.com, danieller@nvidia.com, jiri@resnulli.us, shuah@kernel.org, linux-kselftest@vger.kernel.org, mlxsw@nvidia.com Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 5 Dec 2024 17:35:58 +0100 you wrote: > Danielle Ratson writes: > > Currently, the sharedbuffer test fails sometimes because it is reading a > maximum occupancy that is larger than expected on some different cases. > > This is happening because the test assumes that the packet it is sending > is the only packet being passed to the device. > > [...] Here is the summary with links: - [net,1/3] selftests: mlxsw: sharedbuffer: Remove h1 ingress test case https://git.kernel.org/netdev/net/c/cf3515c55690 - [net,2/3] selftests: mlxsw: sharedbuffer: Remove duplicate test cases https://git.kernel.org/netdev/net/c/6c46ad4d1bb2 - [net,3/3] selftests: mlxsw: sharedbuffer: Ensure no extra packets are counted https://git.kernel.org/netdev/net/c/5f2c7ab15fd8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html