diff options
author | Zijian Zhang <zijianzhang@bytedance.com> | 2024-11-07 01:25:16 +0300 |
---|---|---|
committer | Martin KaFai Lau <martin.lau@kernel.org> | 2024-11-07 03:01:53 +0300 |
commit | 862087c3d36219ed44569666eb263efc97f00c9a (patch) | |
tree | 973152ed187bc60c7b395e2df9976ac671d0f162 /tools/perf/scripts/python | |
parent | 523dffccbadea0cfd65f1ff04944b864c558c4a8 (diff) | |
download | linux-862087c3d36219ed44569666eb263efc97f00c9a.tar.xz |
selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmap
Add push/pop checking for msg_verify_data in test_sockmap, except for
pop/push with cork tests, in these tests the logic will be different.
1. With corking, pop/push might not be invoked in each sendmsg, it makes
the layout of the received data difficult
2. It makes it hard to calculate the total_bytes in the recvmsg
Temporarily skip the data integrity test for these cases now, added a TODO
Fixes: ee9b352ce465 ("selftests/bpf: Fix msg_verify_data in test_sockmap")
Signed-off-by: Zijian Zhang <zijianzhang@bytedance.com>
Reviewed-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/r/20241106222520.527076-5-zijianzhang@bytedance.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions