Re: [PATCH v2 net-next 3/4] bpftool: implement prog load command

2017-12-08 Thread Quentin Monnet
2017-12-07 18:39 UTC+ ~ Roman Gushchin > Add the prog load command to load a bpf program from a specified > binary file and pin it to bpffs. > > Usage description and examples are given in the corresponding man > page. > > Syntax: > $ bpftool prog load SOURCE_FILE FILE > >

Re: [PATCH v2 net-next 3/4] bpftool: implement prog load command

2017-12-08 Thread Quentin Monnet
2017-12-07 18:39 UTC+ ~ Roman Gushchin > Add the prog load command to load a bpf program from a specified > binary file and pin it to bpffs. > > Usage description and examples are given in the corresponding man > page. > > Syntax: > $ bpftool prog load SOURCE_FILE FILE > > FILE is a

Re: [PATCH v2 net-next 3/4] bpftool: implement prog load command

2017-12-07 Thread Jakub Kicinski
On Thu, 7 Dec 2017 18:39:08 +, Roman Gushchin wrote: > Add the prog load command to load a bpf program from a specified > binary file and pin it to bpffs. > > Usage description and examples are given in the corresponding man > page. > > Syntax: > $ bpftool prog load SOURCE_FILE FILE > >

Re: [PATCH v2 net-next 3/4] bpftool: implement prog load command

2017-12-07 Thread Jakub Kicinski
On Thu, 7 Dec 2017 18:39:08 +, Roman Gushchin wrote: > Add the prog load command to load a bpf program from a specified > binary file and pin it to bpffs. > > Usage description and examples are given in the corresponding man > page. > > Syntax: > $ bpftool prog load SOURCE_FILE FILE > >

[PATCH v2 net-next 3/4] bpftool: implement prog load command

2017-12-07 Thread Roman Gushchin
Add the prog load command to load a bpf program from a specified binary file and pin it to bpffs. Usage description and examples are given in the corresponding man page. Syntax: $ bpftool prog load SOURCE_FILE FILE FILE is a non-existing file on bpffs. Signed-off-by: Roman Gushchin

[PATCH v2 net-next 3/4] bpftool: implement prog load command

2017-12-07 Thread Roman Gushchin
Add the prog load command to load a bpf program from a specified binary file and pin it to bpffs. Usage description and examples are given in the corresponding man page. Syntax: $ bpftool prog load SOURCE_FILE FILE FILE is a non-existing file on bpffs. Signed-off-by: Roman Gushchin Cc: Alexei