eunomia-bpf / bpftime

Userspace eBPF runtime for Observability, Network & General Extensions Framework
https://eunomia.dev/bpftime/
MIT License
833 stars 78 forks source link

fix: do not shift in map_by_fd #344

Open yunwei37 opened 2 months ago

yunwei37 commented 2 months ago

Description

The old version shift 32 bit in map_by_fd, we don't need to do that.