Revision ba1a68bf1308a71a07d2462f4c38c242e08f92ba authored by Alexei Starovoitov on 23 January 2015, 01:11:09 UTC, committed by David S. Miller on 27 January 2015, 01:20:40 UTC
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 <holzheu@linux.vnet.ibm.com>
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 8ebe667
Raw File
.gitignore
#
# Generated files
#
gen_crc32table
crc32table.h
oid_registry_data.c
back to top