Re: [RFC PATCH bpf-next 0/4] tools/bpf: bpftool: add net support

2018-09-05 Thread Yonghong Song
On 9/5/18 10:51 AM, Jakub Kicinski wrote: On Mon, 3 Sep 2018 11:26:43 -0700, Yonghong Song wrote: The functionality to dump network driver and tc related bpf programs are added. Currently, users can already use "ip link show " and "tc filter show dev ..." to dump bpf program attachment infor

Re: [RFC PATCH bpf-next 0/4] tools/bpf: bpftool: add net support

2018-09-05 Thread Jakub Kicinski
On Mon, 3 Sep 2018 11:26:43 -0700, Yonghong Song wrote: > The functionality to dump network driver and tc related bpf programs > are added. Currently, users can already use "ip link show " > and "tc filter show dev ..." to dump bpf program attachment > information for xdp programs and tc bpf progr

[RFC PATCH bpf-next 0/4] tools/bpf: bpftool: add net support

2018-09-03 Thread Yonghong Song
The functionality to dump network driver and tc related bpf programs are added. Currently, users can already use "ip link show " and "tc filter show dev ..." to dump bpf program attachment information for xdp programs and tc bpf programs. The implementation here allows bpftool as a central place f