Re: [PATCH bpf-next 3/8] tools: bpftool: add probes for kernel configuration options

2018-12-19 Thread Quentin Monnet
2018-12-15 03:32 UTC+ ~ Quentin Monnet > 2018-12-15 00:56 UTC+0100 ~ Daniel Borkmann >> On 12/13/2018 01:19 PM, Quentin Monnet wrote: >>> Add probes to dump a number of options set (or not set) for compiling >>> the kernel image. These parameters provide information about what BPF >>> compone

Re: [PATCH bpf-next 3/8] tools: bpftool: add probes for kernel configuration options

2018-12-14 Thread Quentin Monnet
2018-12-15 00:56 UTC+0100 ~ Daniel Borkmann > On 12/13/2018 01:19 PM, Quentin Monnet wrote: >> Add probes to dump a number of options set (or not set) for compiling >> the kernel image. These parameters provide information about what BPF >> components should be available on the system. A number of

Re: [PATCH bpf-next 3/8] tools: bpftool: add probes for kernel configuration options

2018-12-14 Thread Daniel Borkmann
On 12/13/2018 01:19 PM, Quentin Monnet wrote: > Add probes to dump a number of options set (or not set) for compiling > the kernel image. These parameters provide information about what BPF > components should be available on the system. A number of them are not > directly related to eBPF, but are

[PATCH bpf-next 3/8] tools: bpftool: add probes for kernel configuration options

2018-12-13 Thread Quentin Monnet
Add probes to dump a number of options set (or not set) for compiling the kernel image. These parameters provide information about what BPF components should be available on the system. A number of them are not directly related to eBPF, but are in fact used in the kernel as conditions on which to c