diff options
author | Alexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com> | 2024-11-20 08:43:12 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2024-12-02 08:41:16 -0800 |
commit | 3fed5d084fb36365ccf06b6fe20d19e0e672a47d (patch) | |
tree | 9c97d3e2104b6e3084db73312a2a60cf46a0bef3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2fe34a116c707821c99bb352cb33be277c99d491 (diff) |
selftests/bpf: use ASSERT_MEMEQ to compare bpf flow keys
The flow_dissector program currently compares flow keys returned by bpf
program with the expected one thanks to a custom macro using memcmp.
Use the new ASSERT_MEMEQ macro to perform this comparision. This update
also allows to get rid of the unused bpf_test_run_opts variable in
run_tests_skb_less (it was only used by the CHECK macro for its duration
field)
Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Signed-off-by: Alexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com>
Link: https://lore.kernel.org/r/20241120-flow_dissector-v3-2-45b46494f937@bootlin.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions