commit | 63d000c3dc0a8ddd2f3778982ce6d19593656eda | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Dec 23 11:19:06 2021 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Dec 30 16:34:03 2021 -0800 |
tree | fe6c9ad3f0e0216974aaace58fafbd63e4e3f336 | |
parent | 5e4dd19f00491faf10912e1f15a47ab010e0e9ce [diff] |
bpf, docs: Move the packet access instructions last in instruction-set.rst The packet access instructions are a convoluted leftover from classic BPF. Move them last past the much more important atomic operations, and improve the rendering of the code example. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20211223101906.977624-5-hch@lst.de