Hello:
This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau martin.lau@kernel.org:
On Wed, 5 Apr 2023 10:29:04 +0200 you wrote:
This change fixes flakiness in the BIDIRECTIONAL test:
# [is_pkt_valid] expected length [60], got length [90] not ok 1 FAIL: SKB BUSY-POLL BIDIRECTIONAL
When IPv6 is enabled, the interface will periodically send MLDv1 and MLDv2 packets. These packets can cause the BIDIRECTIONAL test to fail since it uses VETH0 for RX.
[...]
Here is the summary with links: - [bpf-next] selftests: xsk: Disable IPv6 on VETH1 https://git.kernel.org/bpf/bpf-next/c/f2b50f172683
You are awesome, thank you!