Closed jschwinger233 closed 3 months ago
This PR uses &skb to track skb instead of skb->head to prevent several issues. XDP tracing is also taken care of by introducing a new bpf map xdp_dhs_skb_heads.
xdp_dhs_skb_heads
Requesting an additional review from @brb since I'm not that familiar with the BPF bits of pwru.
This PR uses &skb to track skb instead of skb->head to prevent several issues. XDP tracing is also taken care of by introducing a new bpf map
xdp_dhs_skb_heads
.