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

Do not use rlimit-based memory accounting for reuseport_array 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-27-guro@fb.com
kernel/bpf/reuseport_array.c