Move DPDK app from Intel to NXP

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

Move DPDK app from Intel to NXP

533 Views
SysManOne
Contributor II

Hello!

 

Sorry if this is not a right place for questions:

 

 I wrote a small app based on the DPDK's API, this great stuff is like L2FWD example.

So, in Intel I see something like on app start time:

EAL: Probe PCI driver: net_ixgbe (8086:10fb) device: 0000:01:00.0 (socket 0)
EAL: Probe PCI driver: net_ixgbe (8086:10fb) device: 0000:01:00.1 (socket 0)
EAL: Probe PCI driver: net_ixgbe (8086:10fb) device: 0000:02:00.0 (socket 0)
EAL: Probe PCI driver: net_ixgbe (8086:10fb) device: 0000:02:00.1 (socket 0)

I tried to migrate my app to NXP 2160:

- downloaded and build DPDK from official site

- uploaded my app sources and built binaries

did:

 

/dpdk-extras/dpaa2# ./dynamic_dpl.sh  dpmac.10 dpmac.9 dpmac.8 dpmac.7 Using board type as 2160 Using High Performance Buffers MC error: No resources (status 0x8) Should provide a dpni!

...

when I run my app I see:

EAL: Detected CPU lcores: 16
EAL: Detected NUMA nodes: 1
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
TELEMETRY: No legacy callbacks, legacy socket not created
MAC updating enabled
EAL: Error - exiting with code: 1
Cause: No Ethernet ports - bye

 

So, what I'm need to do with my app ?

 

Thanks in advance!

VAX/VMS forever
Tags (4)
0 Kudos
0 Replies