commit | d2f5bbbc350050895d9f33c2744a61f9e0af1caa | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Tue Jul 02 20:26:51 2019 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Jul 03 15:06:33 2019 +0200 |
tree | 16c2e73e7fccf67fdb0802634eaff677bf4c1055 | |
parent | 71634d7f92093062e7b8b2a9efffa5569edcca8b [diff] |
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>