Re: [PATCH net 2/2] samples: bpf: relax test_maps check

2015-01-23 Thread Daniel Borkmann
On 01/23/2015 02:11 AM, Alexei Starovoitov wrote: hash map is unordered, so get_next_key() iterator shouldn't rely on particular order of elements. So relax this test. Fixes: ffb65f27a155 ("bpf: add a testsuite for eBPF maps") Reported-by: Michael Holzheu Signed-off-by: Alexei Starovoitov Ac

[PATCH net 2/2] samples: bpf: relax test_maps check

2015-01-22 Thread Alexei Starovoitov
hash map is unordered, so get_next_key() iterator shouldn't rely on particular order of elements. So relax this test. Fixes: ffb65f27a155 ("bpf: add a testsuite for eBPF maps") Reported-by: Michael Holzheu Signed-off-by: Alexei Starovoitov --- samples/bpf/test_maps.c |4 ++-- 1 file changed