]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: sockmap, remove samples program
authorJohn Fastabend <john.fastabend@gmail.com>
Mon, 23 Apr 2018 21:30:43 +0000 (14:30 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 24 Apr 2018 22:06:21 +0000 (00:06 +0200)
commit50b032efebe858f22aa079dcf0ce72cc3befb7b7
tree94e5a929079cbf5e00a8e22197a084c350ac9237
parent25017cdeb1ee235d936f451fc89bc093ad5bcb1a
bpf: sockmap, remove samples program

The BPF sample sockmap is redundant now that equivelant tests exist
in the BPF selftests. Lets remove this sample and only keep the
selftest version that will be run as part of the selftest suite.

Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/sockmap/Makefile [deleted file]
samples/sockmap/sockmap_kern.c [deleted file]
samples/sockmap/sockmap_test.sh [deleted file]
samples/sockmap/sockmap_user.c [deleted file]