On 7/9/20 8:10 AM, Martin KaFai Lau wrote:
This set fixes two issues on sk_user_data when a sk is added to
a reuseport_array.
The first patch is to avoid the sk_user_data being copied
to a cloned sk. The second patch avoids doing bpf_sk_reuseport_detach()
on sk_user_data that is not managed by
This set fixes two issues on sk_user_data when a sk is added to
a reuseport_array.
The first patch is to avoid the sk_user_data being copied
to a cloned sk. The second patch avoids doing bpf_sk_reuseport_detach()
on sk_user_data that is not managed by reuseport_array.
Since the changes are mostl