On 4/16/21 8:48 AM, Yaqi Chen wrote:
From commit c0bbbdc32feb ("__netif_receive_skb_core: pass skb by reference"), the first argument passed into __netif_receive_skb_core has changed to reference of a skb pointer. This commit fixes by using bpf_probe_read_kernel. Signed-off-by: Yaqi Chen <chendotjs@xxxxxxxxx>
Acked-by: Yonghong Song <yhs@xxxxxx>