]> git.baikalelectronics.ru Git - kernel.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)
commit05ec36e1f38f2736746ed24e0da3cd2d07c2625c
tree16c2e73e7fccf67fdb0802634eaff677bf4c1055
parent1925c3c295563815a6b3970bf6fb85c4022831b4
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