Re: [PATCH v4 bpf-next 7/7] bpftool: support loading flow dissector

2018-11-08 Thread Jakub Kicinski
On Thu, 8 Nov 2018 16:22:13 -0800, Stanislav Fomichev wrote: > From: Stanislav Fomichev > > This commit adds support for loading/attaching/detaching flow > dissector program. The structure of the flow dissector program is > assumed to be the same as in the selftests: nit: I don't think we make

[PATCH v4 bpf-next 7/7] bpftool: support loading flow dissector

2018-11-08 Thread Stanislav Fomichev
From: Stanislav Fomichev This commit adds support for loading/attaching/detaching flow dissector program. The structure of the flow dissector program is assumed to be the same as in the selftests: * flow_dissector section with the main entry point * a bunch of tail call progs * a jmp_table map t