diff options
author | Martin KaFai Lau <martin.lau@kernel.org> | 2024-05-09 10:50:20 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2024-05-09 11:13:11 -0700 |
commit | 7d3851a31832bf8dc776a78494b788518734ad0f (patch) | |
tree | b76899f62b243ae92c557b88d1e193b7de5dbd27 /tools/net | |
parent | cc5b18ce1714160be3e0e3b9440a6306dc87e5c4 (diff) |
selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc tests
It is needed to remove the BPF_STRUCT_OPS usages from the tcp-cc tests
because it is defined in bpf_tcp_helpers.h which is going to be retired.
While at it, this patch consolidates all tcp-cc struct_ops programs to
use the SEC("struct_ops") + BPF_PROG().
It also removes the unnecessary __always_inline usages from the
tcp-cc tests.
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://lore.kernel.org/r/20240509175026.3423614-5-martin.lau@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/net')
0 files changed, 0 insertions, 0 deletions