Re: [PATCH bpf-next v3 2/2] bpftool: show flow_dissector attachment status

2019-04-24 Thread Quentin Monnet
2019-04-24 11:52 UTC-0700 ~ Stanislav Fomichev Right now there is no way to query whether BPF flow_dissector program is attached to a network namespace or not. In previous commit, I added support for querying that info, show it when doing `bpftool net`: $ bpftool prog loadall ./bpf_flow.o \

[PATCH bpf-next v3 2/2] bpftool: show flow_dissector attachment status

2019-04-24 Thread Stanislav Fomichev
Right now there is no way to query whether BPF flow_dissector program is attached to a network namespace or not. In previous commit, I added support for querying that info, show it when doing `bpftool net`: $ bpftool prog loadall ./bpf_flow.o \ /sys/fs/bpf/flow type flow_dissector \