xdp-project / xdp-tutorial

XDP tutorial
2.5k stars 580 forks source link

Dose XDP in Generic mode support wireless network card? #261

Open beirvin opened 3 years ago

beirvin commented 3 years ago

Theoretically, I think XDP in Generic mode can both support wire and wireless network card. but when I do the test, I find that XDP generic mode running at wire network card is Ok, but wireless network card dosen't work.

beirvin commented 3 years ago

Theoretically, I think XDP in Generic mode can both support wire and wireless network card. but when I do the test, I find that XDP generic mode running at wire network card is Ok, but wireless network card dosen't work.

Hi Bros, I already figure it out. That may be I try the XDP based on VPP, there may be a little difference between wire and wireless network card when sending the packet, wireless network card may require the source mac address of the packet is the same as the physical mac address of the wireless network card, rather than the virtual network card.