Re: [PATCH bpf-next v2 02/35] bpf: memcg-based memory accounting for bpf maps

From: Song Liu
Date: Mon Jul 27 2020 - 18:12:32 EST


On Mon, Jul 27, 2020 at 12:23 PM Roman Gushchin <guro@xxxxxx> wrote:
>
> This patch enables memcg-based memory accounting for memory allocated
> by __bpf_map_area_alloc(), which is used by most map types for
> large allocations.
>
> Following patches in the series will refine the accounting for
> some map types.
>
> Signed-off-by: Roman Gushchin <guro@xxxxxx>

Acked-by: Song Liu <songliubraving@xxxxxx>