问题描述
需要适配两张网卡,分别是Intel I350 和 Intel x710,两张网卡都没有和bmc在物理链路上有任何连接。网卡位置不固定,在Slot1-Slot7位置可选插。
已经在sr中按照上图进行了配置,始终未收到bios 发送的网卡bdf信息,请看下是什么原因。
环境信息
- 软件版本:OpenUBMC2512 LTS SP1
关键配置如下:
“PcieAddrInfo_NIC_1”: {
“Segment”: 0,
“GroupID”: 1,
“SlotID”: 1,
“SocketID”: 0,
“PortID”: 0,
“Bus”: 4,
“Device”: 24,
“Function”: 0,
“Location”: “CpuBoard${Slot}”,
“ComponentType”: 8,
“ContainerSlot”: “${Slot}”,
“ControllerIndex”: 0,
“ControllerType”: 1,
“ContainerUID”: “00000001020302064399”,
“ContainerUnitType”: “BCU”,
“GroupPosition”: “PcieAddrInfo_NIC_1_${GroupPosition}”
},
“PcieAddrInfo_NIC_2”: {
“Segment”: 0,
“GroupID”: 1,
“SlotID”: 2,
“SocketID”: 0,
“PortID”: 0,
“Bus”: 4,
“Device”: 16,
“Function”: 0,
“Location”: “CpuBoard${Slot}”,
“ComponentType”: 8,
“ContainerSlot”: “${Slot}”,
“ControllerIndex”: 0,
“ControllerType”: 1,
“ContainerUID”: “00000001020302064399”,
“ContainerUnitType”: “BCU”,
“GroupPosition”: “PcieAddrInfo_NIC_2_${GroupPosition}”
},
“PcieAddrInfo_NIC_3”: {
“Segment”: 0,
“GroupID”: 1,
“SlotID”: 3,
“SocketID”: 0,
“PortID”: 0,
“Bus”: 0,
“Device”: 8,
“Function”: 0,
“Location”: “CpuBoard${Slot}”,
“ComponentType”: 8,
“ContainerSlot”: “${Slot}”,
“ControllerIndex”: 0,
“ControllerType”: 1,
“ContainerUID”: “00000001020302064399”,
“ContainerUnitType”: “BCU”,
“GroupPosition”: “PcieAddrInfo_NIC_3_${GroupPosition}”
},
“PcieAddrInfo_NIC_4”: {
“Segment”: 0,
“GroupID”: 1,
“SlotID”: 4,
“SocketID”: 0,
“PortID”: 0,
“Bus”: 0,
“Device”: 12,
“Function”: 0,
“Location”: “CpuBoard${Slot}”,
“ComponentType”: 8,
“ContainerSlot”: “${Slot}”,
“ControllerIndex”: 0,
“ControllerType”: 1,
“ContainerUID”: “00000001020302064399”,
“ContainerUnitType”: “BCU”,
“GroupPosition”: “PcieAddrInfo_NIC_4_${GroupPosition}”
},
“PcieAddrInfo_NIC_5”: {
“Segment”: 0,
“GroupID”: 1,
“SlotID”: 5,
“SocketID”: 0,
“PortID”: 0,
“Bus”: 4,
“Device”: 28,
“Function”: 0,
“Location”: “CpuBoard${Slot}”,
“ComponentType”: 8,
“ContainerSlot”: “${Slot}”,
“ControllerIndex”: 0,
“ControllerType”: 1,
“ContainerUID”: “00000001020302064399”,
“ContainerUnitType”: “BCU”,
“GroupPosition”: “PcieAddrInfo_NIC_5_${GroupPosition}”
},
“PcieAddrInfo_NIC_6”: {
“Segment”: 0,
“GroupID”: 1,
“SlotID”: 6,
“SocketID”: 0,
“PortID”: 0,
“Bus”: 4,
“Device”: 20,
“Function”: 0,
“Location”: “CpuBoard${Slot}”,
“ComponentType”: 8,
“ContainerSlot”: “${Slot}”,
“ControllerIndex”: 0,
“ControllerType”: 1,
“ContainerUID”: “00000001020302064399”,
“ContainerUnitType”: “BCU”,
“GroupPosition”: “PcieAddrInfo_NIC_6_${GroupPosition}”
},
“PcieAddrInfo_NIC_7”: {
“Segment”: 0,
“GroupID”: 1,
“SlotID”: 7,
“SocketID”: 0,
“PortID”: 0,
“Bus”: 0,
“Device”: 4,
“Function”: 0,
“Location”: “CpuBoard${Slot}”,
“ComponentType”: 8,
“ContainerSlot”: “${Slot}”,
“ControllerIndex”: 0,
“ControllerType”: 1,
“ContainerUID”: “00000001020302064399”,
“ContainerUnitType”: “BCU”,
“GroupPosition”: “PcieAddrInfo_NIC_7_${GroupPosition}”
},
14060876_BCU_0.zip (9.8 KB)
