Re: [PATCH bpf-next v2 0/2] selftests/bpf: networking test cleanups
From: Martin KaFai Lau
Date: Fri Nov 21 2025 - 13:53:47 EST
On 11/21/25 12:13 AM, Hoyeon Lee wrote:
This series finishes the sockaddr_storage migration in the networking
selftests by removing the remaining open-coded IPv4/IPv6 wrappers
(addr_port/tuple in cls_redirect, sa46 in select_reuseport). The tests
now use sockaddr_storage directly. No other custom socket-address
wrappers remain after this series, so the churn stops here and behavior
is unchanged.
I added Amery's Reviewed-by. Please keep the tag in the future when the newer revision doesn't have major changes.
Applied. Thanks.