aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
diff options
context:
space:
mode:
authorAlan Maguire <alan.maguire@oracle.com>2019-05-29 10:48:14 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2019-05-29 15:15:07 +0200
commitfe937ea12ec83da6c6bbbdb54a03062155318d0e (patch)
tree0f7ccd4a9bb2943afdc160d63f28b1c61b85fdf4 /kernel/bpf
parentMerge branch 'cgroup-auto-detach' (diff)
downloadlinux-dev-fe937ea12ec83da6c6bbbdb54a03062155318d0e.tar.xz
linux-dev-fe937ea12ec83da6c6bbbdb54a03062155318d0e.zip
selftests/bpf: fix compilation error for flow_dissector.c
When building the tools/testing/selftest/bpf subdirectory, (running both a local directory "make" and a "make -C tools/testing/selftests/bpf") I keep hitting the following compilation error: prog_tests/flow_dissector.c: In function ‘create_tap’: prog_tests/flow_dissector.c:150:38: error: ‘IFF_NAPI’ undeclared (first use in this function) .ifr_flags = IFF_TAP | IFF_NO_PI | IFF_NAPI | IFF_NAPI_FRAGS, ^ prog_tests/flow_dissector.c:150:38: note: each undeclared identifier is reported only once for each function it appears in prog_tests/flow_dissector.c:150:49: error: ‘IFF_NAPI_FRAGS’ undeclared Adding include/uapi/linux/if_tun.h to tools/include/uapi/linux resolves the problem and ensures the compilation of the file does not depend on having up-to-date kernel headers locally. Signed-off-by: Alan Maguire <alan.maguire@oracle.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions