On Mon, 15 Jan 2018 19:16:15 +0000, Roman Gushchin wrote:
> Bpftool doesn't recognize BPF_PROG_TYPE_CGROUP_DEVICE programs,
> so the prog show command prints the numeric type value:
> 
> $ bpftool prog show
> 1: type 15  name bpf_prog1  tag ac9f93dbfd6d9b74
>       loaded_at Jan 15/07:58  uid 0
>       xlated 96B  jited 105B  memlock 4096B
> 
> This patch defines the corresponding textual representation:
> 
> $ bpftool prog show
> 1: cgroup_device  name bpf_prog1  tag ac9f93dbfd6d9b74
>       loaded_at Jan 15/07:58  uid 0
>       xlated 96B  jited 105B  memlock 4096B
> 
> Signed-off-by: Roman Gushchin <g...@fb.com>
> Cc: Jakub Kicinski <jakub.kicin...@netronome.com>
> Cc: Quentin Monnet <quentin.mon...@netronome.com>
> Cc: Daniel Borkmann <dan...@iogearbox.net>
> Cc: Alexei Starovoitov <a...@kernel.org>

Acked-by: Jakub Kicinski <jakub.kicin...@netronome.com>

Thanks!

Reply via email to