diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2025-07-31 01:47:31 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2025-07-31 11:30:05 -0700 |
commit | fd1c98f0ef5cbcec842209776505d9e70d8fcd53 (patch) | |
tree | 9d2c1aa807b25dc3fc7921c88587d612b2676eca /rust/helpers/cpu.c | |
parent | 12df58ad294253ac1d8df0c9bb9cf726397a671d (diff) |
bpf: Move bpf map owner out of common struct
Given this is only relevant for BPF tail call maps, it is adding up space
and penalizing other map types. We also need to extend this with further
objects to track / compare to. Therefore, lets move this out into a separate
structure and dynamically allocate it only for BPF tail call maps.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/r/20250730234733.530041-2-daniel@iogearbox.net
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'rust/helpers/cpu.c')
0 files changed, 0 insertions, 0 deletions