Hi, I am using Mellanox Technologies MT27520 Family card and it is not recognized by DPDK test program. When I run the l2fwd binary, I got the below error. Please guide me how to solve the issue.
I am using DPDK-1.6.0r2 version. # ./build/l2fwd -c 3 -n 2 --huge-dir /mnt/huge -m 4096 -b 0000:01:00.0 -b 0000:01:00.1 -b 0000:01:00.2 -b 0000:01:00.3 -b 0000:00:19.0 -- -p 3 ............ EAL: Setting up memory... EAL: Ask a virtual area of 0x100000000 bytes EAL: Virtual area found at 0x2aa9aaa00000 (size = 0x100000000) EAL: Requesting 2048 pages of size 2MB from socket 0 EAL: TSC frequency is ~3410018 KHz EAL: Master core 0 is ready (tid=a83c8880) EAL: Core 1 is ready (tid=a7360700) EAL: Error - exiting with code: 1 Cause: No Ethernet ports - bye [root at localhost dpdk-1.6.0r2]# lspci -s 02:00.0 -x -vv 02:00.0 Network controller: Mellanox Technologies MT27520 Family Subsystem: Mellanox Technologies Device 0003 Product Name: CX354A - ConnectX-3 Pro QSFP Kernel driver in use: mlx4_core Thanks Nagesh