Better linked-list traversal in BPF
Better linked-list traversal in BPF
Posted Mar 9, 2024 20:24 UTC (Sat) by Cyberax (✭ supporter ✭, #52523)In reply to: Better linked-list traversal in BPF by adobriyan
Parent article: Better linked-list traversal in BPF
There's no real reason the kernel can't allocate its internal data in a contiguous virtual RAM. It's just that right now the kernel has one simple 1-to-1 mapping.
