I've got a pair of infiniband HCAs. They are dual-mode and support both infiniband and native 10GigE (not IPoIB but actual 10gigE).
I tested them and updated firmware to latest available on a CentOS 7.1 box. HCAs are good.
But I am unable to bring them up in Proxmox with neither IPoIB nor 10gigE working.
I can see it
There are no devices listed for this HCA in either /sys/class/infiniband/ or /sys/class/net/
Am I missing some extra packages/libraries or config settings? How do I get it to work?
I tested them and updated firmware to latest available on a CentOS 7.1 box. HCAs are good.
But I am unable to bring them up in Proxmox with neither IPoIB nor 10gigE working.
I can see it
Code:
>lspci | grep Infiniband
0d:00.0 InfiniBand: Mellanox Technologies ....
#dmesg | grep mlx4
mlx4_core: Mellanox ConnectX core driver v2.2-1 (Feb, 2014)
mlx4_core: Initializing 0000:0d:00.0
mlx4_core 0000:0d:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
mlx4_core 0000:0d:00.0: setting latency timer to 64
mlx4_core 0000:0d:00.0: irq 85 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 86 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 87 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 88 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 89 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 90 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 91 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 92 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 93 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 94 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 95 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 96 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 97 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 98 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 99 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 100 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 101 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 102 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 103 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 104 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 105 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 106 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 107 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 108 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 109 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 110 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 111 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 112 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 113 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 114 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 115 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 116 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 117 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 118 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 119 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 120 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 121 for MSI/MSI-X
mlx4_core 0000:0d:00.0: irq 122 for MSI/MSI-X
mlx4_core 0000:0d:00.0: command 0xc failed: fw status = 0x40
mlx4_core 0000:0d:00.0: command 0xc failed: fw status = 0x40
There are no devices listed for this HCA in either /sys/class/infiniband/ or /sys/class/net/
Am I missing some extra packages/libraries or config settings? How do I get it to work?
Last edited: