]> git.baikalelectronics.ru Git - kernel.git/commit
tools/bpf: add bpffs pretty print test for int128
authorYonghong Song <yhs@fb.com>
Wed, 16 Jan 2019 01:07:50 +0000 (17:07 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 16 Jan 2019 21:53:44 +0000 (22:53 +0100)
commit7c73676ccef01476fe1f5816bbe07fc0e0227fc6
treec5750ca816daa2c765370af5917153e9029868cf
parentfdf78024fddfb951cc2e71688f025b2c8dc7f1aa
tools/bpf: add bpffs pretty print test for int128

The bpffs pretty print test is extended to cover int128 types.
Tested on an x64 machine.
  $ test_btf -p
  ......
  BTF pretty print array(#3)......OK
  PASS:9 SKIP:0 FAIL:0

Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/test_btf.c