From: Alexander Alemayhu Date: Wed, 9 Aug 2017 03:39:07 +0000 (+0200) Subject: examples/bpf: update list of examples X-Git-Tag: v4.13.0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a340fe9b4f789cd3841826d26522c79e467e3e3;p=thirdparty%2Fiproute2.git examples/bpf: update list of examples Remove deleted examples and add the new map in map example. Signed-off-by: Alexander Alemayhu Acked-by: Daniel Borkmann --- diff --git a/examples/bpf/README b/examples/bpf/README index 424725785..1bbdda3f8 100644 --- a/examples/bpf/README +++ b/examples/bpf/README @@ -1,13 +1,8 @@ eBPF toy code examples (running in kernel) to familiarize yourself with syntax and features: - - bpf_prog.c -> Classifier examples with using maps - 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 - -User space code example: - - - bpf_agent.c -> Counterpart to bpf_prog.c for user - space to transfer/read out map data + - bpf_map_in_map.c -> Using map in map example