]> 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)
commitdaa35d1b398e7e4b1db04d92e972b4b6185b5c43
tree94e5a929079cbf5e00a8e22197a084c350ac9237
parentef124a933181ac80df9fd3e66a5703215b4a3d7e
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]