]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit2e04eb1dd1caf4eaa0998e928f1fb896e35b01f2
tree94e5a929079cbf5e00a8e22197a084c350ac9237
parent16962b2404ac88cde0281fe2176d6ae3820ed320
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]