diff options
author | Andy Gospodarek <[email protected]> | 2022-06-21 17:54:02 +0000 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2022-06-21 18:55:53 -0700 |
commit | 772251742262bd651529a3cea3ee756b71e95a29 (patch) | |
tree | 143e41d60b55851f52e38fd81f7af112db6e359c /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | d4609a5d8c70d21b4a3f801cf896a3c16c613fe1 (diff) |
samples/bpf: fixup some tools to be able to support xdp multibuffer
This changes the section name for the bpf program embedded in these
files to "xdp.frags" to allow the programs to be loaded on drivers that
are using an MTU greater than PAGE_SIZE. Rather than directly accessing
the buffers, the packet data is now accessed via xdp helper functions to
provide an example for those who may need to write more complex
programs.
v2: remove new unnecessary variable
Signed-off-by: Andy Gospodarek <[email protected]>
Acked-by: John Fastabend <[email protected]>
Acked-by: Lorenzo Bianconi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions