You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is eBPF Reference: bpf
The extended Berkeley Packet Filter (eBPF) has first appeared in Kernel 3.18. The original version is being referred to “classic” BPF (cBPF) . cBPF is known to many as being the packet filter language used by tcpdump.
Nowadays, the Linux kernel runs eBPF only and loaded cBPF bytecode is transparently translated into an eBPF representation in the kernel before program execution.
The eBPF networking specific use including loading BPF programs with tc (traffic control) and XDP (eXpress Data Path).
The text was updated successfully, but these errors were encountered:
https://liuhangbin.netlify.com/post/ebpf-and-xdp/
What is eBPF Reference: bpf
The extended Berkeley Packet Filter (eBPF) has first appeared in Kernel 3.18. The original version is being referred to “classic” BPF (cBPF) . cBPF is known to many as being the packet filter language used by tcpdump.
Nowadays, the Linux kernel runs eBPF only and loaded cBPF bytecode is transparently translated into an eBPF representation in the kernel before program execution.
The eBPF networking specific use including loading BPF programs with tc (traffic control) and XDP (eXpress Data Path).
The text was updated successfully, but these errors were encountered: