You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eBPF.md: Document atomic exchange and atomic compare-and-write
Atomic exchange and atomic compare-and-write are selected when the
immediate value for an atomic operation is set to BPF_XCHG (0xe0) |
BPF_FETCH (1) and BPF_CMPXCHG (0xf0) | BPF_FETCH (1), respectively.
This is supported in the kernel since commit:
5ffa25502b5a ("bpf: Add instructions for atomic_[cmp]xchg")
0 commit comments