diff options
author | Dave Thaler <dthaler@microsoft.com> | 2022-09-27 18:59:45 +0000 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-09-30 13:40:59 -0700 |
commit | 9a0bf21337c667375d918adc41239ce54304a12c (patch) | |
tree | 7d8723d706fc327235bdabb6370cdbece0e8612b /Documentation/bpf/instruction-set.rst | |
parent | 6166da0a02cde26c065692d0c05eb685178fee75 (diff) | |
download | linux-9a0bf21337c667375d918adc41239ce54304a12c.tar.gz linux-9a0bf21337c667375d918adc41239ce54304a12c.tar.bz2 linux-9a0bf21337c667375d918adc41239ce54304a12c.zip |
bpf, docs: Linux byteswap note
Add Linux byteswap note.
Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Link: https://lore.kernel.org/r/20220927185958.14995-2-dthaler1968@googlemail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'Documentation/bpf/instruction-set.rst')
-rw-r--r-- | Documentation/bpf/instruction-set.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/bpf/instruction-set.rst b/Documentation/bpf/instruction-set.rst index 352f25a1eb17..1735b91ec4c7 100644 --- a/Documentation/bpf/instruction-set.rst +++ b/Documentation/bpf/instruction-set.rst @@ -156,10 +156,6 @@ Examples: dst_reg = htobe64(dst_reg) -``BPF_FROM_LE`` and ``BPF_FROM_BE`` exist as aliases for ``BPF_TO_LE`` and -``BPF_TO_BE`` respectively. - - Jump instructions ----------------- |