Hi,
I am running VPP with Mellanox NIC, The interface however wont come up.
rhaleangadimohammed@knode15.c3.k8s.iad0:~$ sudo lshw -c network -businfo
Bus info Device Class Description
pci@0000:3b:06.5 network MT27710 Family [ConnectX-4 Lx Virtual Function]
pci@0000:3b:02.5 network MT27710 Family [ConnectX-4 Lx Virtual Function]
root@8b9dc16483ca:/# vppctl show int
Name Idx State MTU (L3/IP4/IP6/MPLS) Counter Count
TwentyFiveGigabitEthernet3b/2/5 1 down 9021/0/0/0
TwentyFiveGigabitEthernet3b/6/5 2 down 9021/0/0/0
local0 0 down 0/0/0/0
root@8b9dc16483ca:/# vppctl
_______ _ _ _____ ___
/ / _ \ (_) | | / / _ / _
_/ // // / / / _ \ | |/ / / /
// /()/_/ |_// //
vpp# set interface state TwentyFiveGigabitEthernet3b/2/5 enable
vpp# set interface state TwentyFiveGigabitEthernet3b/2/5 up
set interface state: Interface start failed
vpp# show logging
2023/11/03 11:41:29:713 notice dpdk EAL: Detected CPU lcores: 64
2023/11/03 11:41:29:713 notice dpdk EAL: Detected NUMA nodes: 2
2023/11/03 11:41:29:713 notice dpdk EAL: Detected static linkage of DPDK
2023/11/03 11:41:29:713 notice dpdk EAL: Selected IOVA mode ‘VA’
2023/11/03 11:41:29:713 notice dpdk EAL: 5080 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
2023/11/03 11:41:29:713 notice dpdk EAL: No available 1048576 kB hugepages reported
2023/11/03 11:41:29:713 notice dpdk EAL: No free 1048576 kB hugepages reported on node 0
2023/11/03 11:41:29:713 notice dpdk EAL: No free 1048576 kB hugepages reported on node 1
2023/11/03 11:41:29:713 notice dpdk EAL: No available 1048576 kB hugepages reported
2023/11/03 11:41:29:713 notice dpdk EAL: VFIO support initialized
2023/11/03 11:41:29:713 notice dpdk EAL: Using memfd is not supported, falling back to anonymous hugepages
2023/11/03 11:41:29:713 notice dpdk EAL: Probe PCI driver: mlx5_pci (15b3:1016) device: 0000:3b:02.5 (socket 0)
2023/11/03 11:41:29:713 notice dpdk mlx5_net: No available register for sampler.
2023/11/03 11:41:29:713 notice dpdk EAL: Probe PCI driver: mlx5_pci (15b3:1016) device: 0000:3b:06.5 (socket 0)
2023/11/03 11:41:29:713 notice dpdk mlx5_net: No available register for sampler.
2023/11/03 11:41:29:713 notice dpdk EAL: VFIO support not initialized
2023/11/03 11:41:29:713 notice dpdk EAL: Couldn’t map new region for DMA
2023/11/03 11:41:29:713 notice dpdk EAL: VFIO support not initialized
2023/11/03 11:41:29:713 notice dpdk EAL: Couldn’t map new region for DMA
2023/11/03 11:41:32:714 debug interface hw_set_flags: hw_if_index 2 flags 0x1
2023/11/03 11:42:04:050 debug interface sw_set_flags: sw_if_index 1 flags 0x0
2023/11/03 11:42:08:807 debug interface sw_set_flags: sw_if_index 1 flags 0x1
2023/11/03 11:42:08:807 debug ip/neighbor interface-admin: TwentyFiveGigabitEthernet3b/2/5 up
2023/11/03 11:42:08:807 debug ip/neighbor populate: TwentyFiveGigabitEthernet3b/2/5 ip4
2023/11/03 11:42:08:807 debug ip/neighbor populate: TwentyFiveGigabitEthernet3b/2/5 ip6
2023/11/03 11:42:08:823 error dpdk Interface TwentyFiveGigabitEthernet3b/2/5 error -2: Unknown error -2
2023/11/03 11:42:08:823 error interface sw_set_flags_helper: dpdk_interface_admin_up_down: Interface start failed
2023/11/03 11:42:08:823 notice dpdk mlx5_common: Mempool vpp pool 0 is not registered
2023/11/03 11:42:08:823 notice dpdk mlx5_net: port 0 Rx queue allocation failed: No such file or directory
vpp#
NIC comes up fine with VPP19.04.
Any pointers here would be appreciated.
Thanks