mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 22:15:13 +08:00
6054c1ebf7
For all files in iproute2 which do not have an obvious license identification, mark them with SPDK GPL-2 Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> |
||
---|---|---|
.. | ||
bpf_cyclic.c | ||
bpf_graft.c | ||
bpf_map_in_map.c | ||
bpf_shared.c | ||
bpf_tailcall.c | ||
README |
eBPF toy code examples (running in kernel) to familiarize yourself with syntax and features: - bpf_shared.c -> Ingress/egress map sharing example - bpf_tailcall.c -> Using tail call chains - bpf_cyclic.c -> Simple cycle as tail calls - bpf_graft.c -> Demo on altering runtime behaviour - bpf_map_in_map.c -> Using map in map example