Re: [PATCH v4 net-next 4/4] bpftool: implement cgroup bpf operations

2017-12-13 Thread Jakub Kicinski
On Wed, 13 Dec 2017 15:18:54 +, Roman Gushchin wrote: > This patch adds basic cgroup bpf operations to bpftool: > cgroup list, attach and detach commands. > > Usage is described in the corresponding man pages, > and examples are provided. > > Syntax: > $ bpftool cgroup list CGROUP > $ bpftool

Re: [PATCH v4 net-next 4/4] bpftool: implement cgroup bpf operations

2017-12-13 Thread David Ahern
On 12/13/17 8:18 AM, Roman Gushchin wrote: > This patch adds basic cgroup bpf operations to bpftool: > cgroup list, attach and detach commands. > > Usage is described in the corresponding man pages, > and examples are provided. > > Syntax: > $ bpftool cgroup list CGROUP > $ bpftool cgroup attach

[PATCH v4 net-next 4/4] bpftool: implement cgroup bpf operations

2017-12-13 Thread Roman Gushchin
This patch adds basic cgroup bpf operations to bpftool: cgroup list, attach and detach commands. Usage is described in the corresponding man pages, and examples are provided. Syntax: $ bpftool cgroup list CGROUP $ bpftool cgroup attach CGROUP ATTACH_TYPE PROG [ATTACH_FLAGS] $ bpftool cgroup detac