diff options
author | 2018-10-09 10:04:53 +0900 | |
---|---|---|
committer | 2018-10-09 21:52:20 -0700 | |
commit | 908142e61b2e9c2411e8bc4e5092a6ab06eca8e4 (patch) | |
tree | 8ecf03b939fdf97e1cd87a3ce931c3edb5858eda /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tools/bpf: bpftool, print strerror when map lookup error occurs (diff) | |
download | wireguard-linux-908142e61b2e9c2411e8bc4e5092a6ab06eca8e4.tar.xz wireguard-linux-908142e61b2e9c2411e8bc4e5092a6ab06eca8e4.zip |
selftests/bpf: test_verifier, change names of fixup maps
Currently fixup map are named like fixup_map1, fixup_map2, and so on.
As suggested by Alexei let's change change map names such that we can
identify map type by looking at the name.
This patch is basically a find and replace change:
fixup_map1 -> fixup_map_hash_8b
fixup_map2 -> fixup_map_hash_48b
fixup_map3 -> fixup_map_hash_16b
fixup_map4 -> fixup_map_array_48b
Suggested-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions