Re: [PATCH bpf-next v4 0/9] tools: bpftool: add probes for system and device

2019-01-17 Thread Quentin Monnet
2019-01-16 09:15 UTC-0800 ~ Stanislav Fomichev On 01/16, Quentin Monnet wrote: Hi, This set adds a new command to bpftool in order to dump a list of eBPF-related parameters for the system (or for a specific network device) to the console. Once again, this is based on a suggestion from Daniel.

Re: [PATCH bpf-next v4 0/9] tools: bpftool: add probes for system and device

2019-01-16 Thread Jakub Kicinski
On Wed, 16 Jan 2019 16:55:13 -0800, Jakub Kicinski wrote: > On Wed, 16 Jan 2019 14:21:10 +, Quentin Monnet wrote: > > tools/bpf/bpftool/feature.c | 764 ++ > > should we perhaps git mv feature.c probe.c ? (if you create a commit > with just a move right aft

Re: [PATCH bpf-next v4 0/9] tools: bpftool: add probes for system and device

2019-01-16 Thread Jakub Kicinski
On Wed, 16 Jan 2019 14:21:10 +, Quentin Monnet wrote: > tools/bpf/bpftool/feature.c | 764 ++ should we perhaps git mv feature.c probe.c ? (if you create a commit with just a move right after the first commit which adds the file git will figure out its a rena

Re: [PATCH bpf-next v4 0/9] tools: bpftool: add probes for system and device

2019-01-16 Thread Stanislav Fomichev
On 01/16, Quentin Monnet wrote: > Hi, > This set adds a new command to bpftool in order to dump a list of > eBPF-related parameters for the system (or for a specific network > device) to the console. Once again, this is based on a suggestion from > Daniel. > > At this time, output includes: > >

[PATCH bpf-next v4 0/9] tools: bpftool: add probes for system and device

2019-01-16 Thread Quentin Monnet
Hi, This set adds a new command to bpftool in order to dump a list of eBPF-related parameters for the system (or for a specific network device) to the console. Once again, this is based on a suggestion from Daniel. At this time, output includes: - Availability of bpf() system call - Avail