> On Jun 28, 2019, at 8:25 AM, Andrii Nakryiko <andr...@fb.com> wrote:
>
> Convert all the existing selftests that are already using BTF-defined
> maps to use new syntax (with no static data initialization).
>
> Signed-off-by: Andrii Nakryiko <andr...@fb.com>
Acked-by: Song Liu <songliubrav...@fb.com>
This looks cleaner!
> ---
> tools/testing/selftests/bpf/progs/bpf_flow.c | 28 +++----
> .../testing/selftests/bpf/progs/netcnt_prog.c | 20 ++---
> .../selftests/bpf/progs/socket_cookie_prog.c | 13 ++-
> .../selftests/bpf/progs/test_btf_newkv.c | 13 ++-
> .../bpf/progs/test_get_stack_rawtp.c | 39 ++++-----
> .../selftests/bpf/progs/test_global_data.c | 37 ++++-----
> tools/testing/selftests/bpf/progs/test_l4lb.c | 65 ++++++---------
> .../selftests/bpf/progs/test_l4lb_noinline.c | 65 ++++++---------
> .../selftests/bpf/progs/test_map_lock.c | 26 +++---
> .../bpf/progs/test_select_reuseport_kern.c | 67 ++++++---------
> .../bpf/progs/test_send_signal_kern.c | 26 +++---
> .../bpf/progs/test_sock_fields_kern.c | 78 +++++++-----------
> .../selftests/bpf/progs/test_spin_lock.c | 36 ++++-----
> .../bpf/progs/test_stacktrace_build_id.c | 55 +++++--------
> .../selftests/bpf/progs/test_stacktrace_map.c | 52 +++++-------
> .../selftests/bpf/progs/test_tcp_estats.c | 13 ++-
> .../selftests/bpf/progs/test_tcpbpf_kern.c | 26 +++---
> .../selftests/bpf/progs/test_tcpnotify_kern.c | 28 +++----
> tools/testing/selftests/bpf/progs/test_xdp.c | 26 +++---
> .../selftests/bpf/progs/test_xdp_noinline.c | 81 +++++++------------
> 20 files changed, 300 insertions(+), 494 deletions(-)