Re: [PATCH] Update bpf syscall decoding (map types)

2017-03-23 Thread Dmitry V. Levin
On Thu, Mar 23, 2017 at 01:18:55PM +0100, Quentin Monnet wrote: > * xlat/bpf_map_types.in: Update list of BPF_MAP_TYPE_* constants. > --- > xlat/bpf_map_types.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/xlat/bpf_map_types.in b/xlat/bpf_map_types.in > index e3222d38d78d..583c0160

Re: [PATCH] Update bpf syscall decoding

2017-01-29 Thread Dmitry V. Levin
On Thu, Jan 26, 2017 at 03:36:56PM +0100, Quentin Monnet wrote: > * bpf.c: Add decoding for BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH, > and BPF_PROG_DETACH commands. > * configure.ac: Add checks for BPF features. > * xlat/bpf_attach_type.in: New file. > * xlat/bpf_commands.in: Update list of BPF_*