selftests/bpf: Add a test where map key_type_id with decl_tag type
authorYonghong Song <yhs@fb.com>
Tue, 30 May 2023 20:50:34 +0000 (13:50 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Tue, 30 May 2023 21:34:46 +0000 (14:34 -0700)
commite38096d95f4d7e8cc15280b4a3515eee31925561
tree43553535ed63d4ac2e390ce1737da99bb57fbd34
parente6c2f594ed961273479505b42040782820190305
selftests/bpf: Add a test where map key_type_id with decl_tag type

Add two selftests where map creation key/value type_id's are
decl_tags. Without previous patch, kernel warnings will
appear similar to the one in the previous patch. With the previous
patch, both kernel warnings are silenced.

Signed-off-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/r/20230530205034.266643-1-yhs@fb.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/testing/selftests/bpf/prog_tests/btf.c