aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/sock_fields.c
diff options
context:
space:
mode:
authorAlexei Starovoitov <[email protected]>2022-06-23 16:49:58 +0000
committerAlexei Starovoitov <[email protected]>2022-06-23 16:50:06 +0000
commitbb7a4257892717caf82fe6da45b259b35f73445c (patch)
tree2f2467f86f8349cf645ce153714272a6770c3f7b /tools/testing/selftests/bpf/prog_tests/sock_fields.c
parenttest_bpf: fix incorrect netdev features (diff)
parentselftests/bpf: Test a BPF CC implementing the unsupported get_info() (diff)
downloadkernel-bb7a4257892717caf82fe6da45b259b35f73445c.tar.gz
kernel-bb7a4257892717caf82fe6da45b259b35f73445c.zip
Merge branch 'Align BPF TCP CCs implementing cong_control() with non-BPF CCs'
Jörn-Thorben Hinz says: ==================== This series corrects some inconveniences for a BPF TCP CC that implements and uses tcp_congestion_ops.cong_control(). Until now, such a CC did not have all necessary write access to struct sock and unnecessarily needed to implement cong_avoid(). v4: - Remove braces around single statements after if - Don’t check pointer passed to bpf_link__destroy() v3: - Add a selftest writing sk_pacing_* - Add a selftest with incomplete tcp_congestion_ops - Add a selftest with unsupported get_info() - Remove an unused variable - Reword a comment about reg() in bpf_struct_ops_map_update_elem() v2: - Drop redundant check for required functions and just rely on tcp_register_congestion_control() (Martin KaFai Lau) ==================== Reviewed-by: Martin KaFai Lau <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/sock_fields.c')
0 files changed, 0 insertions, 0 deletions