diff options
author | Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com> | 2025-01-31 08:21:43 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2025-02-03 03:33:51 -0800 |
commit | 71e0b1cc72414e6f287902daaa9585078c711689 (patch) | |
tree | e52976a21cf0dff26ca011c44200693910c8ac25 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 0f5bab8dffc4e38454e13f228e2c5eed01cc319b (diff) |
selftests/bpf: test_xdp_veth: Use int to describe next veth
In the struct veth_configuration, the next_veth string is used to tell
the next virtual interface to which packets must be redirected to. So it
has to match the local_veth string of an other veth_configuration.
Change next_veth type to int to avoid handling two identical strings.
This integer is used as an offset in the network configuration table.
Signed-off-by: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://patch.msgid.link/20250131-redirect-multi-v4-4-970b33678512@bootlin.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions