Re: [PATCH bpf-next 06/12] selftests/bpf: add tests for libbpf's hashmap

2019-05-23 Thread Stanislav Fomichev
On 05/22, Andrii Nakryiko wrote: > On Wed, May 22, 2019 at 3:15 PM Andrii Nakryiko > wrote: > > > > On Wed, May 22, 2019 at 1:31 PM Stanislav Fomichev wrote: > > > > > > On 05/22, Andrii Nakryiko wrote: > > > > Test all APIs for internal hashmap implementation. > > > > > > > > Signed-off-by: Andr

Re: [PATCH bpf-next 06/12] selftests/bpf: add tests for libbpf's hashmap

2019-05-22 Thread Andrii Nakryiko
On Wed, May 22, 2019 at 3:15 PM Andrii Nakryiko wrote: > > On Wed, May 22, 2019 at 1:31 PM Stanislav Fomichev wrote: > > > > On 05/22, Andrii Nakryiko wrote: > > > Test all APIs for internal hashmap implementation. > > > > > > Signed-off-by: Andrii Nakryiko > > > --- > > > tools/testing/selftes

Re: [PATCH bpf-next 06/12] selftests/bpf: add tests for libbpf's hashmap

2019-05-22 Thread Andrii Nakryiko
On Wed, May 22, 2019 at 1:31 PM Stanislav Fomichev wrote: > > On 05/22, Andrii Nakryiko wrote: > > Test all APIs for internal hashmap implementation. > > > > Signed-off-by: Andrii Nakryiko > > --- > > tools/testing/selftests/bpf/.gitignore | 1 + > > tools/testing/selftests/bpf/Makefile

Re: [PATCH bpf-next 06/12] selftests/bpf: add tests for libbpf's hashmap

2019-05-22 Thread Stanislav Fomichev
On 05/22, Andrii Nakryiko wrote: > Test all APIs for internal hashmap implementation. > > Signed-off-by: Andrii Nakryiko > --- > tools/testing/selftests/bpf/.gitignore | 1 + > tools/testing/selftests/bpf/Makefile | 2 +- > tools/testing/selftests/bpf/test_hashmap.c | 382 +