Revision 2292c7b0a575c1ddb517b167cf8c73eb3e9a48ff authored by Paul Chaignon on 19 May 2021, 21:33:58 UTC, committed by André Martins on 07 June 2021, 12:23:03 UTC
[ upstream commit 4b3ec5760061e24dce7c749b624e1b5bb5f64c4c ]

Until now, K8sVerifier was using the cilium-builder image to build the
datapath and run verifier-test.sh. Having a K8sVerifier-specific image
also allows us to include a patch for the tc binary, to increase the
maximum size of the verifier log buffer. In the K8sVerifier test, we
load all BPF programs in verbose mode, so the log buffer is always
needed (vs. only in case of retry following a load error usually). A
small log buffer can lead to a load failure that is actually a false
positive (it's just the log buffer being too small and not an actual
issue with the BPF program).

Signed-off-by: Paul Chaignon <paul@cilium.io>
1 parent 31fad65
History
File Mode Size
custom
include
lib
sockops
tests
.gitignore -rw-r--r-- 151 bytes
COPYING -rw-r--r-- 17.6 KB
Makefile -rw-r--r-- 17.8 KB
Makefile.bpf -rw-r--r-- 3.0 KB
bpf_alignchecker.c -rw-r--r-- 2.8 KB
bpf_features.h -rw-r--r-- 333 bytes
bpf_host.c -rw-r--r-- 34.6 KB
bpf_lxc.c -rw-r--r-- 51.3 KB
bpf_network.c -rw-r--r-- 969 bytes
bpf_overlay.c -rw-r--r-- 9.6 KB
bpf_sock.c -rw-r--r-- 29.1 KB
bpf_xdp.c -rw-r--r-- 6.6 KB
cilium-map-migrate.c -rw-r--r-- 12.9 KB
cilium-probe-kernel-hz.c -rw-r--r-- 3.9 KB
ep_config.h -rw-r--r-- 1.5 KB
filter_config.h -rw-r--r-- 508 bytes
init.sh -rwxr-xr-x 18.0 KB
netdev_config.h -rw-r--r-- 375 bytes
node_config.h -rw-r--r-- 6.5 KB

back to top