Re: [PATCH 1/2] ipv4, bpf: Introduced to support the ULP to get or set sockets

From: Martin KaFai Lau
Date: Wed Jan 29 2025 - 16:20:54 EST


On 1/27/25 1:07 AM, zhangmingyi wrote:
Note that tcp_getsockopt and tcp_setsockopt support TCP_ULP, while
bpf_getsockopt and bpf_setsockopt do not support TCP_ULP.
I'm not sure why there is such a difference, but I noticed that
tcp_setsockopt is called in bpf_setsockopt.I think we can add the
handling of this case.

Signed-off-by: zhangmingyi <zhangmingyi5@xxxxxxxxxx>

A nit that I found it useful to recognize different authors of the mailing list. It would be easier to have a formatted name. It seems "Mingyi Zhang" was used earlier, as seen by searching the git log history.