Commit 31845b1
committed
eBPF.md: Document atomic add instructions
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")1 parent 342b286 commit 31845b1
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
0 commit comments