Re: [PATCH bpf-next 0/5] use network helpers, part 2

2024-04-23 Thread Geliang Tang
Superseded. v2 has just been sent out. Thanks, -Geliang On Sat, 2024-04-20 at 19:55 +0800, Geliang Tang wrote: > From: Geliang Tang > > This patchset uses more network helpers in test_sock_addr.c, but > first of all, patch 2 is needed to make network_helpers.c independent > of test_progs.c.

[PATCH bpf-next 0/5] use network helpers, part 2

2024-04-20 Thread Geliang Tang
From: Geliang Tang This patchset uses more network helpers in test_sock_addr.c, but first of all, patch 2 is needed to make network_helpers.c independent of test_progs.c. Then network_helpers.h can be included into test_sock_addr.c without compile errors. Patch 1 and patch 2 address Martin's com