Does the pcie network port on LS1043 support DPDK?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does the pcie network port on LS1043 support DPDK?

Jump to solution
555 Views
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.

Tags (3)
0 Kudos
Reply
1 Solution
495 Views
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

View solution in original post

0 Kudos
Reply
3 Replies
492 Views
Jack2023
Contributor II

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

0 Kudos
Reply
496 Views
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 Kudos
Reply
541 Views
Irene
NXP Pro Support
NXP Pro Support

I will take a look at this issue.

0 Kudos
Reply