Re: [PATCH bpf-next 06/13] bpf: implement bpf iterator for array maps

2020-07-13 Thread kernel test robot
Hi Yonghong, I love your patch! Perhaps something to improve: [auto build test WARNING on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Yonghong-Song/bpf-implement-bpf-iterator-for-map-elements/20200714-002048 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-n

[PATCH bpf-next 06/13] bpf: implement bpf iterator for array maps

2020-07-13 Thread Yonghong Song
The bpf iterators for array and percpu array are implemented. Similar to hash maps, for percpu array map, bpf program will receive values from all cpus. Signed-off-by: Yonghong Song --- kernel/bpf/arraymap.c | 140 ++ kernel/bpf/map_iter.c | 6 +- 2 file