FITFLOP
Home

bcc-bpf (2 post)


posts by category not found!

Is there a way to safely update an eBPF map with a spin lock held in the ebpf program?

Safely Updating an e BPF Map with a Spin Lock Held Understanding the Challenges In the world of modern operating systems e BPF Extended Berkeley Packet Filter h

3 min read 03-10-2024 28
Is there a way to safely update an eBPF map with a spin lock held in the ebpf program?
Is there a way to safely update an eBPF map with a spin lock held in the ebpf program?

Is there a BPF_MAP_LOOKUP_AND_UPDATE_ELEM syscall similar to BPF_MAP_LOOKUP_AND_DELETE_ELEM?

The Missing BPF MAP LOOKUP AND UPDATE ELEM Bridging the Gap in e BPF The e BPF Extended Berkeley Packet Filter framework offers a powerful way to extend the Lin

2 min read 03-10-2024 26
Is there a BPF_MAP_LOOKUP_AND_UPDATE_ELEM syscall similar to BPF_MAP_LOOKUP_AND_DELETE_ELEM?
Is there a BPF_MAP_LOOKUP_AND_UPDATE_ELEM syscall similar to BPF_MAP_LOOKUP_AND_DELETE_ELEM?