* [PATCH iproute2 master] examples/bpf: update list of examples
@ 2017-08-09 3:39 Alexander Alemayhu
2017-08-09 8:50 ` Daniel Borkmann
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Alemayhu @ 2017-08-09 3:39 UTC (permalink / raw)
To: netdev; +Cc: stephen, Alexander Alemayhu
Remove deleted examples and add the new map in map example.
Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
---
examples/bpf/README | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/examples/bpf/README b/examples/bpf/README
index 4247257850eb..1bbdda3f8dc1 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
--
2.13.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2 master] examples/bpf: update list of examples
2017-08-09 3:39 [PATCH iproute2 master] examples/bpf: update list of examples Alexander Alemayhu
@ 2017-08-09 8:50 ` Daniel Borkmann
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2017-08-09 8:50 UTC (permalink / raw)
To: Alexander Alemayhu, netdev; +Cc: stephen
On 08/09/2017 05:39 AM, Alexander Alemayhu wrote:
> Remove deleted examples and add the new map in map example.
>
> Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-09 8:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 3:39 [PATCH iproute2 master] examples/bpf: update list of examples Alexander Alemayhu
2017-08-09 8:50 ` Daniel Borkmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).