diff options
author | Mickaël Salaün <mic@digikod.net> | 2017-02-10 00:21:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-10 15:56:07 -0500 |
commit | 10ecc728fe12dbd206e2d4d8b6e96082632b969c (patch) | |
tree | 1bf0ee12402d6dcd7667e799d7518d565e683743 | |
parent | 2ee89fb9a942e250b5adb5535de4acca14bb7fa2 (diff) |
bpf: Use bpf_map_update_elem() from the library
Replace bpf_map_update() with bpf_map_update_elem() 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>
-rw-r--r-- | tools/lib/bpf/bpf.c | 2 | ||||
-rw-r--r-- | tools/lib/bpf/bpf.h | 2 | ||||
-rw-r--r-- | tools/testing/selftests/bpf/bpf_sys.h | 13 | ||||
-rw-r--r-- | tools/testing/selftests/bpf/test_lpm_map.c | 15 | ||||
-rw-r--r-- | tools/testing/selftests/bpf/test_lru_map.c | 97 | ||||
-rw-r--r-- | tools/testing/selftests/bpf/test_maps.c | 61 |
6 files changed, 99 insertions, 91 deletions
diff --git a/tools/lib/bpf/bpf.c b/tools/lib/bpf/bpf.c |