retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Remove libbpf-rs `Send` workaround #56

Closed amorenoz closed 1 year ago

amorenoz commented 2 years ago

Currently we have to workaround the fact that libbpf-rs does not mark certain objects (e.g: Map or RingBuf) as Send. We should:

atenart commented 1 year ago

Done for RingBuffer in #107.

atenart commented 1 year ago

This won't probably be possible for Map and more investigation is required to do this properly. Postpone this as it's not super high priority.

atenart commented 1 year ago

This will be completed in #216.

atenart commented 1 year ago

216 was merged, this is now done.