>
> In function internal_dev_recv, currently it calls
> netif_rx(skb)
> and this skips the generic xdp code path.
>
> I wonder if it's ok to replace netif_rx with
> netif_receive_skb(skb)
> Then the generic xdp should work.
>
> Ohh, interesting, I'll check that !
cheers,
Nick
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to