[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5522855a-937f-b2cb-4c74-3448d1680b10@gmail.com>
Date: Tue, 26 Sep 2017 17:32:31 -0600
From: David Ahern <dsahern@...il.com>
To: Jakub Kicinski <jakub.kicinski@...ronome.com>,
netdev@...r.kernel.org
Cc: daniel@...earbox.net, alexei.starovoitov@...il.com,
davem@...emloft.net, hannes@...essinduktion.org,
oss-drivers@...ronome.com
Subject: Re: [PATCH net-next 0/2] tools: add bpftool
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.g. providing
> disassembly of loaded programs directly using LLVM library
> and JSON output are high on the priority list.
I have found this to be a very useful tool. Thanks for working on it.
Moving it into the kernel will make it easier to build since it relies
on libbpf and other files from the kernel tree.
One change I have made locally is to link against libbpf.a. That way I
only need to copy one file to a system to use it.
Powered by blists - more mailing lists