commit | bd368cb554d685c60e65ab799bf238663c682105 | [log] [tgz] |
---|---|---|
author | Hengqi Chen <hengqi.chen@gmail.com> | Fri Oct 01 00:14:56 2021 +0800 |
committer | Andrii Nakryiko <andrii@kernel.org> | Fri Oct 01 15:31:51 2021 -0700 |
tree | 99c4e3b27c85b415115fb1f648e7d663d4f1f669 | |
parent | f731052325efc3726577feb743c7495f880ae07d [diff] |
selftests/bpf: Use BTF-defined key/value for map definitions Change map definitions in BPF selftests to use BTF-defined key/value types. This unifies the map definitions and ensures libbpf won't emit warning about retrying map creation. Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20210930161456.3444544-3-hengqi.chen@gmail.com