Does the pcie network port on LS1043 support DPDK?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Does the pcie network port on LS1043 support DPDK?

跳至解决方案
817 次查看
Jack2023
Contributor II

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.

标记 (3)
0 项奖励
回复
1 解答
757 次查看
Irene
NXP Pro Support
NXP Pro Support

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

在原帖中查看解决方案

0 项奖励
回复
3 回复数
754 次查看
Jack2023
Contributor II

Thank you for your reply.  All of our network ports have already started running in dpdk mode

0 项奖励
回复
758 次查看
Irene
NXP Pro Support
NXP Pro Support

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

0 项奖励
回复
803 次查看
Irene
NXP Pro Support
NXP Pro Support

I will take a look at this issue.

0 项奖励
回复