Skip to content

Commit 0ef05e2

Browse files
Dave Thalerborkmann
authored andcommitted
bpf, docs: Rename legacy conformance group to packet
There could be other legacy conformance groups in the future, so use a more descriptive name. The status of the conformance group in the IANA registry is what designates it as legacy, not the name of the group. Signed-off-by: Dave Thaler <dthaler1968@gmail.com> Link: https://lore.kernel.org/r/20240302012229.16452-1-dthaler1968@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
1 parent 4e73e1b commit 0ef05e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/bpf/standardization/instruction-set.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This document defines the following conformance groups:
127127
* divmul32: includes 32-bit division, multiplication, and modulo instructions.
128128
* divmul64: includes divmul32, plus 64-bit division, multiplication,
129129
and modulo instructions.
130-
* legacy: deprecated packet access instructions.
130+
* packet: deprecated packet access instructions.
131131

132132
Instruction encoding
133133
====================
@@ -710,4 +710,4 @@ class of ``LD``, a size modifier of ``W``, ``H``, or ``B``, and a
710710
mode modifier of ``ABS`` or ``IND``. The 'dst_reg' and 'offset' fields were
711711
set to zero, and 'src_reg' was set to zero for ``ABS``. However, these
712712
instructions are deprecated and should no longer be used. All legacy packet
713-
access instructions belong to the "legacy" conformance group.
713+
access instructions belong to the "packet" conformance group.

0 commit comments

Comments
 (0)