Commit 37e3229
committed
eBPF.md: Document atomic_fetch_add instructions
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")1 parent 31845b1 commit 37e3229
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
| 243 | + | |
0 commit comments