commit | ad5b177bd73f5107d97c36f56395c4281fb6f089 | [log] [tgz] |
---|---|---|
author | Martin KaFai Lau <kafai@fb.com> | Wed Sep 27 14:37:53 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 29 06:17:05 2017 +0100 |
tree | 90f03bf2a9ce3370d0979524a10784bce7714042 | |
parent | cb4d2b3f03d8eed90be3a194e5b54b734ec4bbe9 [diff] |
bpf: Add map_name to bpf_map_info This patch allows userspace to specify a name for a map during BPF_MAP_CREATE. The map's name can later be exported to user space via BPF_OBJ_GET_INFO_BY_FD. Signed-off-by: Martin KaFai Lau <kafai@fb.com> Acked-by: Alexei Starovoitov <ast@fb.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>