nt: Friday, January 11, 2019 7:52 PM
To: Dejan Rebraca ; e1000-devel@lists.sourceforge.net
Subject: Re: [E1000-devel] Testing XDP with 82576GB Gigabit Controller
Hi Dejan,
You can always use Generic XDP.
https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcilium.readthedocs.io%2Fen%2Fv1.
Hi Dejan,
You can always use Generic XDP. https://cilium.readthedocs.io/en/v1.3/bpf/#xdp
Search for Generic XDP there. It's not nearly as optimized, since it happens
above the driver in the network stack. But barring changes to igb to support
native XDP, this is your best bet.
Cheers,
-PJ
On Fri, 2019-01-11 at 15:40 +, Dejan Rebraca wrote:
> Hello,
>
> I am wondering if it is possible to test XDP with 82576 Gigabit
> controller family considering that:
>
> * There is no XDP support in igb driver.
> * There is XDP support in ixgbe driver, but the driver is not
> compati