Re: [PATCH net-next 0/2] tools: add bpftool

2017-09-26 Thread Jakub Kicinski
On Tue, 26 Sep 2017 17:32:31 -0600, David Ahern wrote: > On 9/26/17 9:35 AM, Jakub Kicinski wrote: > > I'm looking for a home for bpftool, Daniel suggested that > > tools/net could be a good place, since there are only BPF > > utilities there already. > > > > The tool should be complete for simpl

Re: [PATCH net-next 0/2] tools: add bpftool

2017-09-26 Thread David Ahern
On 9/26/17 9:35 AM, Jakub Kicinski wrote: > I'm looking for a home for bpftool, Daniel suggested that > tools/net could be a good place, since there are only BPF > utilities there already. > > The tool should be complete for simple use cases and we > will continue extending it as we go along. E.