I want to use BPI-R4 run my dpdk application, so I do the basic test
I test it in Debian/Ubuntu, not work for both 5.4.x and 6.1.x kernel from wiki
So I test the new Debian image from @frank-w
Summary:
- test dpdk with veth interface and xdp driver : OK
- 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 ?