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
Atomic fetch add instructions are a variant of the "atomic"
instructions, when BPF_FETCH (1) and BPF_ADD (0) are added to the
immediate field.
This is supported in the kernel since commit:
5ca419f2864a ("bpf: Add BPF_FETCH field / create atomic_fetch_add instruction")
0 commit comments