Re: [bpf-next PATCH v3 5/7] bpf: sockmap sample add base test without any BPF for comparison

2018-01-12 Thread Martin KaFai Lau
On Thu, Jan 11, 2018 at 09:07:29PM -0800, John Fastabend wrote: > Add a base test that does not use BPF hooks to test baseline case. > > Signed-off-by: John Fastabend Acked-by: Martin KaFai Lau

[bpf-next PATCH v3 5/7] bpf: sockmap sample add base test without any BPF for comparison

2018-01-11 Thread John Fastabend
Add a base test that does not use BPF hooks to test baseline case. Signed-off-by: John Fastabend --- samples/sockmap/sockmap_user.c | 26 +- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/samples/sockmap/sockmap_user.c