Hello:
This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau martin.lau@kernel.org:
On Mon, 3 Apr 2023 14:03:59 +0200 you wrote:
Fix flaky STATS_RX_DROPPED test. The receiver calls getsockopt after receiving the last (valid) packet which is not the final packet sent in the test (valid and invalid packets are sent in alternating fashion with the final packet being invalid). Since the last packet may or may not have been dropped already, both outcomes must be allowed.
This issue could also be fixed by making sure the last packet sent is valid. This alternative is left as an exercise to the reader (or the benevolent maintainers of this file).
[...]
Here is the summary with links: - [bpf] selftests: xsk: Deflakify STATS_RX_DROPPED test https://git.kernel.org/bpf/bpf-next/c/68e7322142f5
You are awesome, thank you!