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?