Hi,
I have installed starlingX in All in One Duplex Low latency configuration in edge cloud.
Below is the build detail.
controller-0:~$ cat /etc/build.info
###
### StarlingX
### Release 20.06
###
OS="centos"
SW_VERSION="20.06"
BUILD_TARGET="Host Installer"
BUILD_TYPE="Formal"
BUILD_ID="r/stx.4.0"
JOB="STX_4.0_build_layer_flock"
BUILD_BY="starlingx.build@cengn.ca"
BUILD_NUMBER="22"
BUILD_HOST="starlingx_mirror"
BUILD_DATE="2020-08-05 12:25:52 +0000"
FLOCK_OS="centos"
FLOCK_JOB="STX_4.0_build_layer_flock"
FLOCK_BUILD_BY="starlingx.build@cengn.ca"
FLOCK_BUILD_NUMBER="22"
FLOCK_BUILD_HOST="starlingx_mirror"
FLOCK_BUILD_DATE="2020-08-05 12:25:52 +0000"
Servers on which starlingx is installed have Mellanox ConnectX-4 NIC. We plan to run dpdk applications making use of vf’s created out of this NIC.
For this purpose I ran test pmd application, but got the below error.
controller-1:~$ sudo ./testpmd -l 0-3 -n 4 -- -i --portmask=0x1 --nb-cores=2
Password:
./testpmd: /lib64/libmlx5.so.1: version `MLX5_OFED' not found (required by ./testpmd)
I have compiled testpmd application using OFED 5.1 version. Please let me know how to get testpmd working in StarlingX setup.
Regards,
Sriram