We are using the LS1043 chip, and we have expanded 4 network ports using Intel i350(pcie).
Currently, the motherboard has a total of 10 network ports, 6 dpaa port (LS1043), and 4 pcie port (i350),our applications are all based on DPDK, and all these ports must work in DPDK mode.
Can LSDK support both DPAA and PCIE ports working simultaneously in DPDK mode? Is there a relevant manual available?
thanks.
Solved! Go to Solution.
i350 ports and DPAA ports can work together on the LS1043A DPDK. You only need to
insmod igbuio.ko
before running dpdk.
echo "vendorID deviceID" > /sys/bus/pci/drivers/igb_uio/new_id
Thank you for your reply. All of our network ports have already started running in dpdk mode
i350 ports and DPAA ports can work together on the LS1043A DPDK. You only need to
insmod igbuio.ko
before running dpdk.
echo "vendorID deviceID" > /sys/bus/pci/drivers/igb_uio/new_id
I will take a look at this issue.