Hi, have a Mellanox Technologies MT26428 [ConnectX VPI PCIe 2.0 installed server with Ubuntu 16.04 and were able to install the drivers etc.,
But It card doesn’t show up using ifconfig -a
Any ideas? Is this version of OS and Kernel supported for ConnectX VPI PCIe 2.0?
Here is more info:
root@ubuntu16-sdc:~# root@ubuntu16-sdc:~# uname -a
Linux ubuntu16-sdc 4.8.0-44-generic #47~16.04.1-Ubuntu SMP Wed Mar 22 18:51:56 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu16-sdc:~# lspci | grep Mell
03:00.0 InfiniBand: Mellanox Technologies MT26428 [ConnectX VPI PCIe 2.0 5GT/s - IB QDR / 10GigE] (rev b0)
root@ubuntu16-sdc:~# /etc/init.d/openibd restart
Unloading HCA driver: [ OK ]
Loading HCA driver and Access Layer: [ OK ]
root@ubuntu16-sdc:~# hca_self_test.ofed
---- Performing Adapter Device Self Test ----
Number of CAs Detected … 1
PCI Device Check … PASS
Kernel Arch … x86_64
Host Driver Version … MLNX_OFED_LINUX-4.4-1.0.0.0 (OFED-4.4-1.0.0): 4.8.0-44-generic
Host Driver RPM Check … PASS
Firmware on CA #0 HCA … v2.10.0720
Host Driver Initialization … PASS
Number of CA Ports Active … 0
Kernel Syslog Check … PASS
Node GUID on CA #0 (HCA) … NA
------------------ DONE ---------------------
root@ubuntu16-sdc:~# mlxfwmanager --online -u -d 0000:03:00.0
Querying Mellanox devices firmware …
Device #1:
Device Type: ConnectX2
Part Number: MHQH19B-XTR_A1-A3
Description: ConnectX-2 VPI adapter card; single-port 40Gb/s QSFP; PCIe2.0 x8 5.0GT/s; tall bracket; RoHS R6
PSID: MT_0D90110009
PCI Device Name: 0000:03:00.0
Port1 MAC: 0002c94f2ec0
Port2 MAC: 0002c94f2ec1
Versions: Current Available
FW 2.10.0720 N/A
Status: No matching image found
root@ubuntu16-sdc:~# lsmod | grep ib
ib_ucm 20480 0
ib_ipoib 172032 0
ib_cm 53248 3 rdma_cm,ib_ipoib,ib_ucm
ib_uverbs 106496 2 ib_ucm,rdma_ucm
ib_umad 24576 0
mlx5_ib 270336 0
mlx5_core 806912 2 mlx5_fpga_tools,mlx5_ib
mlx4_ib 212992 0
ib_core 286720 10 ib_cm,rdma_cm,ib_umad,ib_uverbs,ib_ipoib,iw_cm,mlx5_ib,ib_ucm,rdma_ucm,mlx4_ib
mlx4_core 348160 2 mlx4_en,mlx4_ib
mlx_compat 20480 15 ib_cm,rdma_cm,ib_umad,ib_core,mlx5_fpga_tools,ib_uverbs,mlx4_en,ib_ipoib,mlx5_core,iw_cm,mlx5_ib,mlx4_core,ib_ucm,rdma_ucm,mlx4_ib
devlink 28672 4 mlx4_en,mlx5_core,mlx4_core,mlx4_ib
libfc 114688 1 tcm_fc
libcomposite 65536 2 usb_f_tcm,tcm_usb_gadget
udc_core 53248 2 usb_f_tcm,libcomposite
scsi_transport_fc 61440 3 qla2xxx,tcm_qla2xxx,libfc
target_core_iblock 20480 0
target_core_mod 356352 9 iscsi_target_mod,usb_f_tcm,vhost_scsi,target_core_iblock,tcm_loop,tcm_qla2xxx,target_core_file,target_core_pscsi,tcm_fc
configfs 40960 6 rdma_cm,iscsi_target_mod,usb_f_tcm,target_core_mod,libcomposite
libiscsi_tcp 24576 1 iscsi_tcp
libiscsi 53248 2 libiscsi_tcp,iscsi_tcp
scsi_transport_iscsi 98304 3 libiscsi,iscsi_tcp
Please let me know if any other info needed…