BPF LRU Per-CPU Hash Maps
Explains the structure, lookup and update behavior, eviction policy, concurrency model, and use cases of BPF LRU per-CPU hash maps.
// TAG
Posts in this collection, ordered newest first.
Explains the structure, lookup and update behavior, eviction policy, concurrency model, and use cases of BPF LRU per-CPU hash maps.
Generalizes the TLB fast-path idea into a cache model for repeated policy decisions and analyzes its performance trade-offs.
Explains the eBPF for Windows execution architecture, verifier, program and attach types, and networking and security use cases.
Explains the in-kernel eBPF execution model through its registers, bytecode, verifier, JIT compiler, helpers, and maps.