Explore >> Select a destination


You are here

pub.gctl.io
| | blogs.igalia.com
4.5 parsecs away

Travel
| | [AI summary] The article provides an introduction to XDP (eXpress Data Path) and eBPF (extended Berkeley Packet Filter), explaining their roles in improving packet processing performance in Linux. It discusses the limitations of kernel bypass techniques and how XDP addresses them by executing network functions within the kernel. The article also delves into the history and evolution of BPF, highlighting its transition from a packet filtering tool to a versatile virtual machine used for various kernel tasks. Examples of eBPF usage, such as the tracex4 program, are provided to illustrate its capabilities.
| | blog.dbrgn.ch
4.1 parsecs away

Travel
| | How to avoid accidentally breaking no_std compatibility in Rust crates.
| | scorpiosoftware.net
4.4 parsecs away

Travel
| | In the Linux world, the eBPF technology has been around for years. Its purpose is to allow writing programs that run within the Linux kernel. However, contrary to standard kernel modules, eBPF runs in a constrained environment, its API is limited as to not hurt the kernel. Furthermore, every eBPF program must be verified before...
| | labs.bluefrostsecurity.de
25.2 parsecs away

Travel
|