commit | 819a4f323579b56cd942f14718edd1f308adbbe2 | [log] [tgz] |
---|---|---|
author | Roman Gushchin <guro@fb.com> | Tue Dec 01 13:58:56 2020 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Dec 02 18:32:47 2020 -0800 |
tree | db417adb5ec1d809cfd0e79aac06fb4a7ae420f2 | |
parent | 370868107bf6624cc104038bf38be2ca153eeb2e [diff] |
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