Re: [PATCH bpf-next v4 08/30] bpf: refine memcg-based memory accounting for hashtab maps

2020-08-28 Thread Shakeel Butt
On Fri, Aug 21, 2020 at 8:23 AM Roman Gushchin wrote: > > Include percpu objects and the size of map metadata into the > accounting. > > Signed-off-by: Roman Gushchin > Acked-by: Song Liu Reviewed-by: Shakeel Butt

[PATCH bpf-next v4 08/30] bpf: refine memcg-based memory accounting for hashtab maps

2020-08-21 Thread Roman Gushchin
Include percpu objects and the size of map metadata into the accounting. Signed-off-by: Roman Gushchin Acked-by: Song Liu --- kernel/bpf/hashtab.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kernel/bpf/hashtab.c b/kernel/bpf/hashtab.c index