diff options
author | 2022-01-21 11:09:45 +0100 | |
---|---|---|
committer | 2022-01-21 14:14:01 -0800 | |
commit | 2e88d4ff03013937028f5397268b21e10cf68713 (patch) | |
tree | f3259c310fd11a6b9ab17f6324e24b025a068403 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | net: skbuff: add size metadata to skb_shared_info for xdp (diff) | |
download | linux-dev-2e88d4ff03013937028f5397268b21e10cf68713.tar.xz linux-dev-2e88d4ff03013937028f5397268b21e10cf68713.zip |
xdp: introduce flags field in xdp_buff/xdp_frame
Introduce flags field in xdp_frame and xdp_buffer data structures
to define additional buffer features. At the moment the only
supported buffer feature is frags bit (XDP_FLAGS_HAS_FRAGS).
frags bit is used to specify if this is a linear buffer
(XDP_FLAGS_HAS_FRAGS not set) or a frags frame (XDP_FLAGS_HAS_FRAGS
set). In the latter case the driver is expected to initialize the
skb_shared_info structure at the end of the first buffer to link together
subsequent buffers belonging to the same frame.
Acked-by: Toke Hoiland-Jorgensen <toke@redhat.com>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://lore.kernel.org/r/e389f14f3a162c0a5bc6a2e1aa8dd01a90be117d.1642758637.git.lorenzo@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions