Re: [PATCH bpf-next 0/6] use network helpers, part 3

2024-04-30 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Thu, 25 Apr 2024 11:23:40 +0800 you wrote: > From: Geliang Tang > > This patchset adds opts argument for __start_server, and adds setsockopt > pointer together with optval and optlen into struct network_helper_

[PATCH bpf-next 0/6] use network helpers, part 3

2024-04-24 Thread Geliang Tang
From: Geliang Tang This patchset adds opts argument for __start_server, and adds setsockopt pointer together with optval and optlen into struct network_helper_opts to make start_server_addr helper more flexible. With these modifications, many duplicate codes can be dropped. Patch 4 addresses com