OSDN Git Service

bpf: Eliminate rlimit-based memory accounting for xskmap maps
authorRoman Gushchin <guro@fb.com>
Tue, 1 Dec 2020 21:58:56 +0000 (13:58 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 3 Dec 2020 02:32:47 +0000 (18:32 -0800)
commit819a4f323579b56cd942f14718edd1f308adbbe2
treedb417adb5ec1d809cfd0e79aac06fb4a7ae420f2
parent370868107bf6624cc104038bf38be2ca153eeb2e
bpf: Eliminate rlimit-based memory accounting for xskmap maps

Do not use rlimit-based memory accounting for xskmap maps.
It has been replaced with the memcg-based memory accounting.

Signed-off-by: Roman Gushchin <guro@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20201201215900.3569844-31-guro@fb.com
net/xdp/xskmap.c