diff options
| author | Martin KaFai Lau <[email protected]> | 2020-08-27 18:18:13 -0700 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2020-08-28 15:41:30 +0200 |
| commit | 134fede4eecfcbe7900e789f625fa6f9c3a8cd0e (patch) | |
| tree | ac0ff7502836e57adf3e1d442dd6814a08e5a8b4 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | f4d05259213ff1e91f767c91dcab455f68308fac (diff) | |
bpf: Relax max_entries check for most of the inner map types
Most of the maps do not use max_entries during verification time.
Thus, those map_meta_equal() do not need to enforce max_entries
when it is inserted as an inner map during runtime. The max_entries
check is removed from the default implementation bpf_map_meta_equal().
The prog_array_map and xsk_map are exception. Its map_gen_lookup
uses max_entries to generate inline lookup code. Thus, they will
implement its own map_meta_equal() to enforce max_entries.
Since there are only two cases now, the max_entries check
is not refactored and stays in its own .c file.
Signed-off-by: Martin KaFai Lau <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions