Re: [PATCH bpf-next v3 3/6] bpf: Expose bpf_sk_storage_* to iterator programs

From: KP Singh
Date: Thu Nov 26 2020 - 17:59:27 EST


On Thu, Nov 26, 2020 at 5:45 PM Florent Revest <revest@xxxxxxxxxxxx> wrote:
>
> Iterators are currently used to expose kernel information to userspace
> over fast procfs-like files but iterators could also be used to
> manipulate local storage. For example, the task_file iterator could be
> used to initialize a socket local storage with associations between
> processes and sockets or to selectively delete local storage values.
>
> Signed-off-by: Florent Revest <revest@xxxxxxxxxx>
> Acked-by: Martin KaFai Lau <kafai@xxxxxx>

Acked-by: KP Singh <kpsingh@xxxxxxxxxx>