Re: [RFC PATCH bpf-next v4 7/7] selftests/bpf: add test cases for queue and stack maps

2018-10-04 Thread Alexei Starovoitov
On Thu, Oct 04, 2018 at 07:13:00PM +0200, Mauricio Vasquez B wrote: > Two types of tests are done: > - test_maps: only userspace api. > - test_progs: userspace api and ebpf helpers. > > Signed-off-by: Mauricio Vasquez B overall looks very close. thank for you working on it. please fix the nits a

[RFC PATCH bpf-next v4 7/7] selftests/bpf: add test cases for queue and stack maps

2018-10-04 Thread Mauricio Vasquez B
Two types of tests are done: - test_maps: only userspace api. - test_progs: userspace api and ebpf helpers. Signed-off-by: Mauricio Vasquez B --- tools/lib/bpf/bpf.c| 12 ++ tools/lib/bpf/bpf.h|1 tools/testing/selftests/bpf/