Re: [PATCH bpf-next v2 0/4] use network helpers, part 7

2024-06-13 Thread Geliang Tang
Superseded, will send a v3 soon. Thanks, -Geliang On Wed, 2024-06-12 at 22:41 +0800, Geliang Tang wrote: > From: Geliang Tang > > v2: >  - update patch 2, extract a new helper start_client. >  - drop patch 3, keep must_fail in network_helper_opts. > > Drop type and noconnect from network_helpe

[PATCH bpf-next v2 0/4] use network helpers, part 7

2024-06-12 Thread Geliang Tang
From: Geliang Tang v2: - update patch 2, extract a new helper start_client. - drop patch 3, keep must_fail in network_helper_opts. Drop type and noconnect from network_helper_opts. And use start_server_str in mptcp and test_tcp_check_syncookie_user. Patches 1-2 address Martin's comments in th