test dpdk with eth1/eth2 (SFP+) and dpdk xdp driver : Fail
test dpdk with eth1/eth2(SFP+) and dpdk pcap driver: OK
The test results show that the problem lies with the mtk xdp driver.
I wonder if mtk ppe conflict with xdp driver ? Anyone have done similar test ?
or something wrong in my test ?
What is the advantage of using dpdk on a ARM platform?
The network devices on ARM are not PCIe devices.
One of the main advantages of dpdk is that on x86, a PCIe device can be passed through to use userland dpdk application and thus improve performace by bypassing the kernel api interface to NIC cards.
Maybe someone has worked out how to pass through ARM devices to dpdk, I don’t know.