Andrii Nakryiko

Results 153 comments of Andrii Nakryiko

It could be some Clang "optimization" stripping out type information, not sure. Can you try something like below ``` struct my_inner_map { __uint(type, BPF_MAP_TYPE_LRU_HASH); __type(key, __u32); __type(value, struct foo); //...

Can you upload .bpf.o file that doesn't work? It would be useful to try to debug this, we might use retsnoop (https://github.com/anakryiko/retsnoop) for this to try to pin down where...

This looks to be kernel version dependent, but I'm not sure why this would happen. BTF data looks fine.