From: Eugene Syromyatnikov Date: Thu, 1 Mar 2018 18:50:39 +0000 (+0100) Subject: xlat: add BPF_MAP_TYPE_CPUMAP constant X-Git-Tag: v4.22~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edc666f7ceec6fe858a05105e091470acb747613;p=strace xlat: add BPF_MAP_TYPE_CPUMAP constant * xlat/bpf_map_types.in (BPF_MAP_TYPE_CPUMAP): New constant, introduced by Linux commit v4.15-rc1~84^2~427^2~4. --- diff --git a/xlat/bpf_map_types.in b/xlat/bpf_map_types.in index 233ff5b2..3f74d2a8 100644 --- a/xlat/bpf_map_types.in +++ b/xlat/bpf_map_types.in @@ -14,3 +14,4 @@ BPF_MAP_TYPE_ARRAY_OF_MAPS 12 BPF_MAP_TYPE_HASH_OF_MAPS 13 BPF_MAP_TYPE_DEVMAP 14 BPF_MAP_TYPE_SOCKMAP 15 +BPF_MAP_TYPE_CPUMAP 16