2018-07-11 03:30:26

by Okash Khawaja

[permalink] [raw]
Subject: [PATCH bpf-next v4 0/3] bpf: btf: print bpftool map data with btf

Hi,

Here are the changes from v3:

patch 2:
- use compile time check for big endian
- remove extra parentheses
- don't inline declaration of `data` in loop inside btf_dumper_struct()
- don't print null when char is 0

patch 3:
- return error from get_btf()
- add new line after instantiating struct btf_dumper

Thanks,
Okash