diff options
author | Geliang Tang <tanggeliang@kylinos.cn> | 2024-04-23 18:35:29 +0800 |
---|---|---|
committer | Martin KaFai Lau <martin.lau@kernel.org> | 2024-04-24 13:12:28 -0700 |
commit | e1cdb70d075e02b1f410b8446a8ff959fa15f0ee (patch) | |
tree | 50215708f243c87eec87717cfbe66a97877325dd /kernel/bpf/arraymap.c | |
parent | 285cffbaa8e6056c2595e07e3a320e55c71870ad (diff) |
selftests/bpf: Use start_server_addr in test_sock_addr
Include network_helpers.h in test_sock_addr.c, use the newly added public
helper start_server_addr() instead of the local defined function
start_server(). This can avoid duplicate code.
In order to use functions defined in network_helpers.c in test_sock_addr.c,
Makefile needs to be updated and <Linux/err.h> needs to be included in
network_helpers.h to avoid compilation errors.
Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
Link: https://lore.kernel.org/r/3101f57bde5502383eb41723c8956cc26be06893.1713868264.git.tanggeliang@kylinos.cn
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Diffstat (limited to 'kernel/bpf/arraymap.c')
0 files changed, 0 insertions, 0 deletions