Merge branch 'bpf-sockmap-selftests'
John Fastabend says: ==================== This series moves ./samples/sockmap into BPF selftests. There are a few good reasons to do this. First, by pushing this into selftests the tests will be run automatically. Second, sockmap was not really a sample of anything anymore, but rather a large set of tests. Note: There are three recent fixes outstanding against bpf branch that can be detected occasionally by the automated tests here. https://patchwork.ozlabs.org/patch/903138/ https://patchwork.ozlabs.org/patch/903139/ https://patchwork.ozlabs.org/patch/903140/ ==================== Signed-off-by:Daniel Borkmann <daniel@iogearbox.net>
Showing
- samples/sockmap/Makefile 0 additions, 75 deletionssamples/sockmap/Makefile
- samples/sockmap/sockmap_test.sh 0 additions, 488 deletionssamples/sockmap/sockmap_test.sh
- tools/include/uapi/linux/bpf.h 1 addition, 0 deletionstools/include/uapi/linux/bpf.h
- tools/include/uapi/linux/if_link.h 39 additions, 0 deletionstools/include/uapi/linux/if_link.h
- tools/lib/bpf/libbpf.c 2 additions, 2 deletionstools/lib/bpf/libbpf.c
- tools/lib/bpf/libbpf.h 2 additions, 0 deletionstools/lib/bpf/libbpf.h
- tools/testing/selftests/bpf/Makefile 3 additions, 2 deletionstools/testing/selftests/bpf/Makefile
- tools/testing/selftests/bpf/test_sockmap.c 724 additions, 153 deletionstools/testing/selftests/bpf/test_sockmap.c
- tools/testing/selftests/bpf/test_sockmap_kern.c 17 additions, 18 deletionstools/testing/selftests/bpf/test_sockmap_kern.c
Loading
Please register or sign in to comment