On 01/17/2018 01:05 AM, Jakub Kicinski wrote:
> Hi,
>
> Currently bpftool could disassemble host jited image, for example x86_64,
> using libbfd. However it couldn't disassemble offload jited image.
>
> There are two reasons:
>
> 1. bpf_obj_get_info_by_fd/struct bpf_prog_info couldn't get the
On Tue, 16 Jan 2018 16:05:18 -0800, Jakub Kicinski wrote:
> Hi,
Ah, forgot to insert "Jiong says:" here :)
> Currently bpftool could disassemble host jited image, for example x86_64,
> using libbfd. However it couldn't disassemble offload jited image.
>
> There are two reasons:
>
> 1. bpf_obj
Hi,
Currently bpftool could disassemble host jited image, for example x86_64,
using libbfd. However it couldn't disassemble offload jited image.
There are two reasons:
1. bpf_obj_get_info_by_fd/struct bpf_prog_info couldn't get the address
of jited image and image's length.
2. Even aft