ebpf
ebpf copied to clipboard
Add per-CPU Map Support to Batch Operations
Currently, batch operations do not support per-CPU maps. This is not a technically difficult thing to accomplish, but deciding on the right interface within the library presents some challenges. See this previous PR attempt for details.