On Tue, 12 Jul 2022 23:16:15 +0200 Lorenzo Bianconi wrote: > Introduce basic XDP support to mtk_eth_soc driver. > Supported XDP verdicts: > - XDP_PASS > - XDP_DROP > - XDP_REDIRECT Looks like you're missing some rcu_access_pointer uses here. sparse is not happy (2 new warnings)