[PATCH net-next v4 3/3] tools: bpftool: add documentation

2017-10-04 Thread Jakub Kicinski
Add documentation for bpftool. Separate files for each subcommand. Use rst format. Documentation is compiled into man pages using rst2man. Signed-off-by: David Beckett <david.beck...@netronome.com> Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> Acked-by: Alexei

Re: [PATCH net-next v3 3/3] tools: bpftool: add documentation

2017-10-04 Thread Jakub Kicinski
On Wed, 4 Oct 2017 20:36:42 +0200, Jesper Dangaard Brouer wrote: > On Wed, 4 Oct 2017 08:40:32 -0700 > Jakub Kicinski <jakub.kicin...@netronome.com> wrote: > > > Add documentation for bpftool. Separate files for each subcommand. > > Use rst format. Documentation

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

2017-09-27 Thread Jakub Kicinski
On Wed, 27 Sep 2017 12:45:11 +0200, Jesper Dangaard Brouer wrote: > On Wed, 27 Sep 2017 00:02:08 +0100 > Jakub Kicinski <jakub.kicin...@netronome.com> wrote: > > > On Tue, 26 Sep 2017 15:24:06 -0700, Alexei Starovoitov wrote: > > > On Tue, Sep 26, 2017 at 08:35:22

Re: [PATCH] scripts/kernel-doc: handle DECLARE_HASHTABLE

2017-07-01 Thread Jakub Kicinski
On Sat, 1 Jul 2017 10:26:50 -0600, Jonathan Corbet wrote: > On Sat, 1 Jul 2017 17:42:46 +0200 > Markus Heiser wrote: > > > did you have an example for me, where it takes effect? / Thanks! > > > > I run kernel-doc against the whole tree, but I can't find any change > >

[PATCH] scripts/kernel-doc: handle DECLARE_HASHTABLE

2017-06-30 Thread Jakub Kicinski
DECLARE_HASHTABLE needs similar handling to DECLARE_BITMAP because otherwise kernel-doc assumes the member name is the second, not first macro parameter. Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> --- scripts/kernel-doc | 2 ++ 1 file changed, 2 insertions(+) diff