Re: [PATCH iproute2 -next] examples, bpf: further improve examples

2015-12-10 Thread Stephen Hemminger
On Wed, 2 Dec 2015 00:25:36 +0100 Daniel Borkmann wrote: > Improve example files further and add a more generic set of possible > helpers for them that can be used. > > Signed-off-by: Daniel Borkmann Sure, applied to net-next -- To unsubscribe from this list: send the line "unsubscribe netdev

Re: [PATCH iproute2 -next] examples, bpf: further improve examples

2015-12-01 Thread Alexei Starovoitov
On Wed, Dec 02, 2015 at 12:25:36AM +0100, Daniel Borkmann wrote: > Improve example files further and add a more generic set of possible > helpers for them that can be used. > > Signed-off-by: Daniel Borkmann looks good. Acked-by: Alexei Starovoitov -- To unsubscribe from this list: send the li

[PATCH iproute2 -next] examples, bpf: further improve examples

2015-12-01 Thread Daniel Borkmann
Improve example files further and add a more generic set of possible helpers for them that can be used. Signed-off-by: Daniel Borkmann --- examples/bpf/bpf_cyclic.c | 38 examples/bpf/bpf_funcs.h| 76 --- examples/bpf/bpf_graft.c| 39 examples/bpf/bpf_p