summaryrefslogtreecommitdiffstats
path: root/samples/bpf/tcp_bufs_kern.c
diff options
context:
space:
mode:
authorJakub Kicinski2019-02-28 04:04:11 +0100
committerDaniel Borkmann2019-03-01 00:53:45 +0100
commitea9b6362018358a46008a8af339178469a4efe13 (patch)
tree834a1c32f0d0f1f37b2203dcc2d671da68cf6ca9 /samples/bpf/tcp_bufs_kern.c
parentsamples: bpf: force IPv4 in ping (diff)
downloadkernel-qcow2-linux-ea9b6362018358a46008a8af339178469a4efe13.tar.gz
kernel-qcow2-linux-ea9b6362018358a46008a8af339178469a4efe13.tar.xz
kernel-qcow2-linux-ea9b6362018358a46008a8af339178469a4efe13.zip
samples: bpf: remove load_sock_ops in favour of bpftool
bpftool can do all the things load_sock_ops used to do, and more. Point users to bpftool instead of maintaining this sample utility. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Acked-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'samples/bpf/tcp_bufs_kern.c')
-rw-r--r--samples/bpf/tcp_bufs_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/tcp_bufs_kern.c b/samples/bpf/tcp_bufs_kern.c
index 0566b7fa38a1..e03e204739fa 100644
--- a/samples/bpf/tcp_bufs_kern.c
+++ b/samples/bpf/tcp_bufs_kern.c
@@ -9,7 +9,7 @@
* doing appropriate checks that indicate the hosts are far enough
* away (i.e. large RTT).
*
- * Use load_sock_ops to load this BPF program.
+ * Use "bpftool cgroup attach $cg sock_ops $prog" to load this BPF program.
*/
#include <uapi/linux/bpf.h>