[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEf4BzYHs0Z_uPequLRXx8LBbP+NoRZ92eTPBdqL+8wQo3dyaQ@mail.gmail.com>
Date: Tue, 5 May 2020 22:11:06 -0700
From: Andrii Nakryiko <andrii.nakryiko@...il.com>
To: Yonghong Song <yhs@...com>
Cc: Andrii Nakryiko <andriin@...com>, bpf <bpf@...r.kernel.org>,
Martin KaFai Lau <kafai@...com>,
Networking <netdev@...r.kernel.org>,
Alexei Starovoitov <ast@...com>,
Daniel Borkmann <daniel@...earbox.net>,
Kernel Team <kernel-team@...com>
Subject: Re: [PATCH bpf-next v2 09/20] bpf: add bpf_map iterator
On Sun, May 3, 2020 at 11:28 PM Yonghong Song <yhs@...com> wrote:
>
> Implement seq_file operations to traverse all maps.
>
> Signed-off-by: Yonghong Song <yhs@...com>
> ---
Looks great!
Acked-by: Andrii Nakryiko <andriin@...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
>
[...]
Powered by blists - more mailing lists