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 add instructions have been available since the early days of
eBPF, although BPF_XADD has later been renamed into BPF_ATOMIC. Comes in
32 and 64 bits flavours.
This is supported in the kernel since commit:
bd4cf0ed331a ("net: filter: rework/optimize internal BPF interpreter's instruction set")
0 commit comments