hello
I want to use DPDK + FD.io VPP on the ClearFog CN1930-Pro board.
The DPDK was built using cn913x_build.
VPP was installed as a package with apt-get.
How can I use eth0 and eth2 interfaces on the CN1930-Pro board in vpp?
This is a better question for the FD.io community. In general an interface that is in use by the kernel NIC driver cannot be used directly via DPDK, so requires unbinding the eth* interface and then you configure your DPDK application in this case FD.io to use the DPDK interface that is exposed.
I know the initial Aarch64 ports for FD.io were done using the Macchiatobin board which uses the same DPDK implementation as the CN913x based boards.
Are you saying that FD.io behavior was only tested on Macchiatobin boards?
Then can’t the cn9130-Pro board expose the eth* interface as a DPDK interface?
Is it the same reason why I can’t see the interface in dpdk-devbind.py?