commit | f83fb22c6c68fdbc98c76291c9e12a40d1eb7ca5 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Jul 10 14:43:01 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Jul 11 22:13:34 2018 +0200 |
tree | bdc78c13ca85d09e11c41eea4a8239b219e6f391 | |
parent | 49f2cba3e57a4d71e3e7001cc2934b563ee495f4 [diff] |
tools: libbpf: recognize offload neutral maps Add helper to libbpf for recognizing maps which should not have ifindex set when program is loaded. These maps only contain host metadata and therefore are not marked for offload, e.g. the perf event map. Use this helper in bpf_prog_load_xattr(). Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>