On Mon, Feb 16, 2015 at 6:26 AM, He Kuang <hekuang@xxxxxxxxxx> wrote: > Hi, Alexei > > Another suggestion on bpf syscall interface. Currently, BPF + > syscalls/kprobes depends on CONFIG_BPF_SYSCALL. In kernel used on > commercial products, CONFIG_BPF_SYSCALL is probably disabled, in this > case, bpf bytecode cannot be loaded to the kernel. I'm seeing a flurry of use cases for bpf in ovs, tc, tracing, etc When it's all ready, we can turn that config on by default. > If we turn the functionality of BPF_SYSCALL into a loadable module, then > we can use it without any dependencies on the kernel. What about change > bpf syscall to a /dev node or /sys file which can be exported by a > kernel module? I don't think we will allow extending bpf by modules. 'bpf in modules' is an interface that is too easy to abuse. So all of bpf core, helper functions and program types will be builtin. As far as bpf+tracing the plan is to do bpf+kprobe and bpf+syscalls first. Then add right set of helpers to make sure that use cases like 'tcp stack instrumentation' are fully addressed. Then there were few great ideas of accelerating kprobes with trace markers and debug tracepoints that we can do later. -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html