On 12/23/2017 11:02 PM, Nikolay Borisov wrote: > Signed-off-by: Nikolay Borisov <nborisov@xxxxxxxx> Thanks, Nikolay. Patch applied. Cheers, Michael > --- > man2/bpf.2 | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/man2/bpf.2 b/man2/bpf.2 > index d306a1c18758..3beb1f0d92b2 100644 > --- a/man2/bpf.2 > +++ b/man2/bpf.2 > @@ -353,6 +353,19 @@ enum bpf_map_type { > BPF_MAP_TYPE_HASH, > BPF_MAP_TYPE_ARRAY, > BPF_MAP_TYPE_PROG_ARRAY, > + BPF_MAP_TYPE_PERF_EVENT_ARRAY, > + BPF_MAP_TYPE_PERCPU_HASH, > + BPF_MAP_TYPE_PERCPU_ARRAY, > + BPF_MAP_TYPE_STACK_TRACE, > + BPF_MAP_TYPE_CGROUP_ARRAY, > + BPF_MAP_TYPE_LRU_HASH, > + BPF_MAP_TYPE_LRU_PERCPU_HASH, > + BPF_MAP_TYPE_LPM_TRIE, > + BPF_MAP_TYPE_ARRAY_OF_MAPS, > + BPF_MAP_TYPE_HASH_OF_MAPS, > + BPF_MAP_TYPE_DEVMAP, > + BPF_MAP_TYPE_SOCKMAP, > + BPF_MAP_TYPE_CPUMAP, > }; > .EE > .in > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html