selftests/net: fix section name when using xdp_dummy.o
authorHangbin Liu <liuhangbin@gmail.com>
Thu, 30 Jun 2022 06:22:28 +0000 (14:22 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 2 Jul 2022 03:16:02 +0000 (20:16 -0700)
commitd28b25a62a47a8c8aa19bd543863aab6717e68c9
tree5881c0a6ad40f857f1c5a277dad3f07b6646a756
parentbc38fae3a68b5140a39e2948de2b5b301438abfe
selftests/net: fix section name when using xdp_dummy.o

Since commit 8fffa0e3451a ("selftests/bpf: Normalize XDP section names in
selftests") the xdp_dummy.o's section name has changed to xdp. But some
tests are still using "section xdp_dummy", which make the tests failed.
Fix them by updating to the new section name.

Fixes: 8fffa0e3451a ("selftests/bpf: Normalize XDP section names in selftests")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20220630062228.3453016-1-liuhangbin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/udpgro.sh
tools/testing/selftests/net/udpgro_bench.sh
tools/testing/selftests/net/udpgro_frglist.sh
tools/testing/selftests/net/udpgro_fwd.sh
tools/testing/selftests/net/veth.sh