bpf: Introduce bpf_map ID
authorMartin KaFai Lau <[email protected]>
Mon, 5 Jun 2017 19:15:47 +0000 (12:15 -0700)
committerDavid S. Miller <[email protected]>
Tue, 6 Jun 2017 19:41:22 +0000 (15:41 -0400)
commitf3f1c054c288bb6e503005e6d73611151ed20e91
treeae79e214e4c8ea0d144f69ac8f0bf85b726752c0
parentdc4bb0e2356149aee4cdae061936f3bbdd45595c
bpf: Introduce bpf_map ID

This patch generates an unique ID for each created bpf_map.
The approach is similar to the earlier patch for bpf_prog ID.

It is worth to note that the bpf_map's ID and bpf_prog's ID
are in two independent ID spaces and both have the same valid range:
[1, INT_MAX).

Signed-off-by: Martin KaFai Lau <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/bpf.h
kernel/bpf/syscall.c