selftests/bpf: Add unit tests for new bswap insns
authorYonghong Song <yonghong.song@linux.dev>
Fri, 28 Jul 2023 01:13:14 +0000 (18:13 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 28 Jul 2023 01:54:17 +0000 (18:54 -0700)
commit79dbabc175408f7f6a7d156ab8fd68539703459c
tree5f72776d807d1bf297e9bd6ba99f349377c01203
parentf02ec3ff3f09b191a6fde8dcf805da6a01baea97
selftests/bpf: Add unit tests for new bswap insns

Add unit tests for bswap insns.

Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20230728011314.3720109-1-yonghong.song@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/verifier.c
tools/testing/selftests/bpf/progs/verifier_bswap.c [new file with mode: 0644]