selftests/bpf: Verifier/xdp_direct_packet_access.c converted to inline assembly
authorEduard Zingerman <eddyz87@gmail.com>
Tue, 28 Mar 2023 02:08:12 +0000 (05:08 +0300)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 28 Mar 2023 21:48:27 +0000 (14:48 -0700)
commit6e9e141a7a28520a1cd13c96ad9127860e32ffbb
treed23d6affd1f2c27e20698d93d1024c8a2519c599
parentd08ab82f59d55b0e5acfeb453081278dfc33f232
selftests/bpf: Verifier/xdp_direct_packet_access.c converted to inline assembly

Test verifier/xdp_direct_packet_access.c automatically converted to use inline assembly.
Original test would be removed in the next patch.

Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20230328020813.392560-2-eddyz87@gmail.com
tools/testing/selftests/bpf/prog_tests/verifier.c
tools/testing/selftests/bpf/progs/verifier_xdp_direct_packet_access.c [new file with mode: 0644]