Re: [PATCH bpf-next 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap

2019-07-24 Thread Song Liu
On Wed, Jul 24, 2019 at 10:10 AM Brian Vazquez wrote: > > This tests exercise the new command on a bpf hashmap and make sure it > works as expected. > > Signed-off-by: Brian Vazquez > --- > tools/testing/selftests/bpf/test_maps.c | 83 - > 1 file changed, 81

[PATCH bpf-next 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap

2019-07-24 Thread Brian Vazquez
This tests exercise the new command on a bpf hashmap and make sure it works as expected. Signed-off-by: Brian Vazquez --- tools/testing/selftests/bpf/test_maps.c | 83 - 1 file changed, 81 insertions(+), 2 deletions(-) diff --git