History log of /external/iproute2/examples/bpf/bpf_tailcall.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
41d6e33fc9e5b459b7f715acbd6d8dbeddf58576 02-Dec-2015 Daniel Borkmann <daniel@iogearbox.net> examples, bpf: further improve examples

Improve example files further and add a more generic set of possible
helpers for them that can be used.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
/external/iproute2/examples/bpf/bpf_tailcall.c
0b7e3fc8f1abe63df0d511905b2a09064225f3a5 26-Nov-2015 Daniel Borkmann <daniel@iogearbox.net> {f,m}_bpf: add more example code

I've added three examples to examples/bpf/ that demonstrate how one can
implement eBPF tail calls in tc with f.e. multiple levels of nesting.
That should act as a good starting point, but also as test cases for the
ELF loader and kernel. A real test suite for {f,m,e}_bpf is still to be
developed in future work.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
/external/iproute2/examples/bpf/bpf_tailcall.c