Re: [PATCH bpf-next] bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_QUEUE to bpftool-map

2018-11-23 Thread Daniel Borkmann
On 11/23/2018 06:48 PM, David Calavera wrote: > Hi, > > Sorry for the mistake, I'll send a new patch. Before doing that, I've > noticed that the array of map names in tools/bpf/bpftool/map.c is very > inconsistent in formatting, some lines use tabs to align the names, others > use spaces, and othe

Re: [PATCH bpf-next] bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_QUEUE to bpftool-map

2018-11-23 Thread Edward Cree
On 22/11/18 20:59, David Calavera wrote: > I noticed that these two new BPF Maps are not defined in bpftool. > This patch defines those two maps and adds their names to the > bpftool-map documentation. > > Signed-off-by: David Calavera > --- Subject line says 'QUEUE' twice, should one of those be

[PATCH bpf-next] bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_QUEUE to bpftool-map

2018-11-22 Thread David Calavera
I noticed that these two new BPF Maps are not defined in bpftool. This patch defines those two maps and adds their names to the bpftool-map documentation. Signed-off-by: David Calavera --- tools/bpf/bpftool/Documentation/bpftool-map.rst | 3 ++- tools/bpf/bpftool/map.c |