]> asedeno.scripts.mit.edu Git - linux.git/commit
selftests: bpf: standardize to static __always_inline
authorJiri Benc <jbenc@redhat.com>
Tue, 2 Jul 2019 18:26:51 +0000 (20:26 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 3 Jul 2019 13:06:33 +0000 (15:06 +0200)
commitd2f5bbbc350050895d9f33c2744a61f9e0af1caa
tree16c2e73e7fccf67fdb0802634eaff677bf4c1055
parent71634d7f92093062e7b8b2a9efffa5569edcca8b
selftests: bpf: standardize to static __always_inline

The progs for bpf selftests use several different notations to force
function inlining. Standardize to what most of them use,
static __always_inline.

Suggested-by: Song Liu <liu.song.a23@gmail.com>
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/progs/pyperf.h
tools/testing/selftests/bpf/progs/strobemeta.h
tools/testing/selftests/bpf/progs/test_jhash.h
tools/testing/selftests/bpf/progs/test_seg6_loop.c
tools/testing/selftests/bpf/progs/test_verif_scale2.c