Skip to content

Commit b7201b1

Browse files
selftests/bpf: remove test_flow_dissector.sh
JIRA: https://issues.redhat.com/browse/RHEL-78201 Conflicts: Make content of TEST_GEN_PROGS_EXTENDED one item per line as done merge commit cbf49be ("Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next") There is also context change from missing c3566ee ("selftests/bpf: remove test_tcp_check_syncookie") commit 63b3765 Author: Alexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com> Date: Wed Nov 20 08:43:24 2024 +0100 selftests/bpf: remove test_flow_dissector.sh Now that test_flow_dissector.sh has been converted to test_progs, remove the legacy test. 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-14-45b46494f937@bootlin.com Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
1 parent 8dd2baf commit b7201b1

File tree

4 files changed

+17
-965
lines changed

4 files changed

+17
-965
lines changed

tools/testing/selftests/bpf/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ test_sock
1919
urandom_read
2020
test_sockmap
2121
test_lirc_mode2_user
22-
test_flow_dissector
2322
flow_dissector_load
2423
test_tcpnotify_user
2524
test_libbpf

tools/testing/selftests/bpf/Makefile

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ TEST_PROGS := test_kmod.sh \
133133
test_tunnel.sh \
134134
test_lwt_seg6local.sh \
135135
test_lirc_mode2.sh \
136-
test_flow_dissector.sh \
137136
test_xdp_vlan_mode_generic.sh \
138137
test_xdp_vlan_mode_native.sh \
139138
test_lwt_ip_encap.sh \
@@ -154,11 +153,23 @@ TEST_PROGS_EXTENDED := with_addr.sh \
154153

155154
# Compile but not part of 'make run_tests'
156155
TEST_GEN_PROGS_EXTENDED = \
157-
flow_dissector_load test_flow_dissector test_tcp_check_syncookie_user \
158-
test_lirc_mode2_user xdping test_cpp runqslower bench bpf_testmod.ko \
159-
xskxceiver xdp_redirect_multi xdp_synproxy veristat xdp_hw_metadata \
160-
xdp_features bpf_test_no_cfi.ko bpf_test_modorder_x.ko \
161-
bpf_test_modorder_y.ko
156+
bench \
157+
bpf_testmod.ko \
158+
bpf_test_modorder_x.ko \
159+
bpf_test_modorder_y.ko \
160+
bpf_test_no_cfi.ko \
161+
flow_dissector_load \
162+
runqslower \
163+
test_cpp \
164+
test_lirc_mode2_user \
165+
test_tcp_check_syncookie_user \
166+
veristat \
167+
xdp_features \
168+
xdp_hw_metadata \
169+
xdp_redirect_multi \
170+
xdp_synproxy \
171+
xdping \
172+
xskxceiver
162173

163174
TEST_GEN_FILES += liburandom_read.so urandom_read sign-file uprobe_multi
164175

0 commit comments

Comments
 (0)