selftests/bpf: Add __int128-specific tests for typed data dump
authorAlan Maguire <alan.maguire@oracle.com>
Tue, 20 Jul 2021 08:49:52 +0000 (09:49 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 20 Jul 2021 20:49:25 +0000 (13:49 -0700)
commita17553dde294289c5f45dd79b6cfd532df610b5f
treee627dcff7f425916c356d766c269432fe8aadbae
parenta1d3cc3c5eca598cfabee3a35f30f34fbe2f709b
selftests/bpf: Add __int128-specific tests for typed data dump

Add tests for __int128 display for platforms that support it.
__int128s are dumped as hex values.

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/1626770993-11073-3-git-send-email-alan.maguire@oracle.com
tools/testing/selftests/bpf/prog_tests/btf_dump.c