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 <[email protected]>
> Cc: Jakub Kicinski <[email protected]>
> Cc: Quentin Monnet <[email protected]>
> Cc: Daniel Borkmann <[email protected]>
> Cc: Alexei Starovoitov <[email protected]>

Acked-by: Jakub Kicinski <[email protected]>

Thanks!

Reply via email to