commit | ef99b02b23ef4308057573f76750e661b5aea3e1 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Fri Jul 05 08:50:09 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Jul 05 22:52:25 2019 +0200 |
tree | 0494e3e02bed4df8336a0c5bc73d014b05dffe2b | |
parent | c5f48c92760115282c80136839eabdbf3183f0b9 [diff] |
libbpf: capture value in BTF type info for BTF-defined map defs Change BTF-defined map definitions to capture compile-time integer values as part of BTF type definition, to avoid split of key/value type information and actual type/size/flags initialization for maps. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Acked-by: Song Liu <songliubraving@fb.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>