On 10/03/2017 08:58 AM, Jesper Dangaard Brouer wrote: [...]
Or you're calling netif_receive_skb() to be able to call generic XDP on that cpu again ?That should not (currently) be possible. AFAIK we (Daniel) choose to not allow Native and Generic XDP to be loaded on the same net_device. (With the same ABI argument as here)
Correct, it's either native or generic, but not both.