]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Use bpf_create_map() from the library
authorMickaël Salaün <mic@digikod.net>
Thu, 9 Feb 2017 23:21:43 +0000 (00:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Feb 2017 20:56:07 +0000 (15:56 -0500)
commit04c4d00da1b51f63cdd52b06fa92f0f43d154feb
treee43c59936314a8cc365a161a29e67b037553d4b0
parent0e127e4a8613b3252b91ea6d2d27c5d777499cb5
bpf: Use bpf_create_map() from the library

Replace bpf_map_create() with bpf_create_map() calls.

Signed-off-by: Mickaël Salaün <mic@digikod.net>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/bpf/bpf_sys.h
tools/testing/selftests/bpf/test_lpm_map.c
tools/testing/selftests/bpf/test_lru_map.c
tools/testing/selftests/bpf/test_maps.c
tools/testing/selftests/bpf/test_tag.c
tools/testing/selftests/bpf/test_verifier.c