requesting dpdk-l3fwd application support on LS1088ARDB-PB platform

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

requesting dpdk-l3fwd application support on LS1088ARDB-PB platform

2,760 Views
ashokkumar1
Contributor I

Running l3fwd application on ls1088a platform between ethernet port and wigig port facing below erros.

Test setup diagram is attached.


~# dpdk-l3fwd -l 1-3 -- -p 0x03 -L --config="(0,0,1),(1,0,2)"
EAL: Detected 4 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
fslmc: Skipping invalid device (power)
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: using IOMMU type 1 (Type 1)
PMD: dpni.6: netdev created
port 1 is not present on the board
EAL: Error - exiting with code: 1
Cause: check_port_config failed

Based on the above log we understood that wigig port is not able to detect by dpdk-l3fwd application.
We expect port0 to be ethernet port and port1 to be WiGig port.
Please suggesgt dpdk-l3fwd command to forward incomming packet from Ethernet port to WiGig port?

0 Kudos
Reply
1 Reply

2,728 Views
yipingwang
NXP TechSupport
NXP TechSupport

By looking into the error log, it seems the you are missing some configurations. Please follow the section "Prerequisite for running DPDK applications". I have attached the example for LX2 board.

0 Kudos
Reply