retis-org / retis

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

ovs: add skb filtering on execute_action event #126

Closed amorenoz closed 1 year ago

amorenoz commented 1 year ago

The execute action is actually the main event in the OVS module since it happens (hopefully) much more often than the upcall. Add skb filtering to it.

amorenoz commented 1 year ago

@vlrpl had a comment on this issue but @atenart was faster :-) I'll send another patch to address it