Re: question about per_cpu maps
Pablo Alvarez
Good to know, thanks!
toggle quoted messageShow quoted text
There is no mention of the non-preemption in the bpf or tc-bpf man pages or the bcc tutorials. Is it possible to change that? I would be happy to add a note about this if pointed in the right direction. For example, this paragraph in the man bpf page could be edited (ALLCAPS additions) "eBPF programs can be attached to different events. These events can be the arrival of network packets, tracing events, classification events by network queueing disciplines (for eBPF programs attached to a tc(8) classifier), and other types that may be added in the future. A new event triggers execution of the eBPF program, which may store information about the event in eBPF maps. Beyond storing data, eBPF programs may call a fixed set of in-kernel helper functions. EBPF PROGRAMS ARE NEVER PREEMPTED BY THE KERNEL. THIS INCLUDES TAIL CALLS TO OTHER EBPF PROGRAMS." Best regards Pablo Alvarez
On 11/28/18 17:52, Mauricio Vasquez wrote:
|
|