On Sun, May 3, 2020 at 11:28 PM Yonghong Song <y...@fb.com> wrote:
>
> Implement seq_file operations to traverse all maps.
>
> Signed-off-by: Yonghong Song <y...@fb.com>
> ---

Looks great!

Acked-by: Andrii Nakryiko <andr...@fb.com>

>  include/linux/bpf.h   |   1 +
>  kernel/bpf/Makefile   |   2 +-
>  kernel/bpf/map_iter.c | 107 ++++++++++++++++++++++++++++++++++++++++++
>  kernel/bpf/syscall.c  |  19 ++++++++
>  4 files changed, 128 insertions(+), 1 deletion(-)
>  create mode 100644 kernel/bpf/map_iter.c
>

[...]

Reply via email to