We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca5924 commit 6aabe91Copy full SHA for 6aabe91
tools/testing/selftests/bpf/config
@@ -43,6 +43,7 @@ CONFIG_IPV6_TUNNEL=y
43
CONFIG_KEYS=y
44
CONFIG_LIRC=y
45
CONFIG_LWTUNNEL=y
46
+CONFIG_META=y
47
CONFIG_MODULE_SIG=y
48
CONFIG_MODULE_SRCVERSION_ALL=y
49
CONFIG_MODULE_UNLOAD=y
tools/testing/selftests/bpf/prog_tests/tc_helpers.h
@@ -4,6 +4,10 @@
4
#define TC_HELPERS
5
#include <test_progs.h>
6
7
+#ifndef loopback
8
+# define loopback 1
9
+#endif
10
+
11
static inline __u32 id_from_prog_fd(int fd)
12
{
13
struct bpf_prog_info prog_info = {};
0 commit comments