Hello Alexei, Daniel
Now that we have a version of the bpf(2) man page out the door, I'd
like to see it refined, since there are a number of missing pieces.
In particular:
* The page lacks documentation of the BPF_MAP_TYPE_PROG_ARRAY
map type.
* The page needs more info on the BPF_PROG_TYPE_SOCKET_FILTER
program type.
* The page lacks documentation of the BPF_PROG_TYPE_SOCKET_FILTER
program type.
commit 2541517c32be2531e0da59dfd7efc1ce844644f5
Author: Alexei Starovoitov <ast@xxxxxxxxxxxx>
Date: Wed Mar 25 12:49:20 2015 -0700
tracing, perf: Implement BPF programs attached to kprobes
* The page lacks documentation of the BPF_PROG_TYPE_SCHED_CLS
program type.
commit 96be4325f443dbbfeb37d2a157675ac0736531a1
Author: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
Date: Sun Mar 1 12:31:46 2015 +0100
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
commit e2e9b6541dd4b31848079da80fe2253daaafb549
Author: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
Date: Sun Mar 1 12:31:48 2015 +0100
cls_bpf: add initial eBPF support for programmable classifiers
* The page lacks documentation of the BPF_PROG_TYPE_SCHED_ACT
program type.
commit 94caee8c312d96522bcdae88791aaa9ebcd5f22c
Author: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
Date: Fri Mar 20 15:11:11 2015 +0100
ebpf: add sched_act_type and map it to sk_filter's verifier ops
commit a8cb5f556b567974d75ea29c15181c445c541b1f
Author: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
Date: Fri Mar 20 15:11:12 2015 +0100
act_bpf: add initial eBPF support for actions
Between the two of you, could you propose some text for each of the
above, ideally as man-page patches.
There are also various other pieces of the page that need work,
which I've marked with FIXMEs. Could you take a look at these please?