Home > other >  Ixgbevf: Unable to start - perhaps the PF Driver isn 't up yet
Ixgbevf: Unable to start - perhaps the PF Driver isn 't up yet

Time:09-19

I try to enable ixgbevf, the procedure is here:

1. Enabled the SR - IOV support in the BIOS
2. Enable IOMMU support: intel_iommu=on
3. Create the/etc/modprobe. D/ixgbe. Conf, and the content is: the options ixgbe max_vfs=32
4. Rebuild the initramfs image to include the file/etc/modprobe. D/ixgbe. Conf: sudo lsinitrd/boot/initramfs - 3.10.0-327.13.1. El7. X86_64. Img/etc/modprobe. D/ixgbe. Conf

And when I lspci | grep Virtual, it displays the like this:

03:13. 1 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:13. 2 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:13. 3 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:13. 4 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:13. 5 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:13. 6 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:13. 7 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:14. 0 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:14. 1 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:14. 2 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:14. 3 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:14. 4 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)
03:14. 5 Ethernet controller: Intel Corporation 82599 Ethernet controller Virtual Function (rev 01)

But the new vnics from SR - IOV always be brought up, after "dmesg | grep ixgbe", it says:

0000: [50764.133959] ixgbe 03:00. 1: VF 31 has no MAC address assigned, you have to assign one manually
0000: [50764.144463] ixgbevf 03:17. 7: MAC address is not assigned by administrator.
0000: [50764.144466] ixgbevf 03:17. 7: Assigning random MAC address
0000: [50764.145075] ixgbevf 03:17. 7: the irq for MSI/MSI - 201 X
0000: [50764.145085] ixgbevf 03:17. 7: the irq for MSI/MSI - 202 X
0000: [50764.145095] ixgbevf 03:17. 7: the irq for MSI/MSI - 203 X
0000: [50764.152328] ixgbevf 03:17. 7: d2: d8: eb: 3 a: 3 f, 6 f
0000: [50764.152332] ixgbevf 03:17. 7: MAC: 1
0000: [50764.152335] ixgbevf 03:17. 7: Intel (R) 82599 Virtual Function
[50903.592942] ixgbevf: Unable to start - perhaps the PF Driver isn 't up yet
[51711.601500] ixgbevf: Unable to start - perhaps the PF Driver isn 't up yet
0000: [51996.541689] ixgbe 03:00. 1: removed PHC on enp3s0f1
0000: [52003.338050] ixgbe 03:00. 1: registered PHC device on enp3s0f1
0000: [52003.500846] ixgbe 03:00. 1 enp3s0f1: detected SFP + : 6
0000: [52007.242533] ixgbe 03:00. 1 enp3s0f1: NIC Link is Up 10 Gbps, Flow Control: RX/TX
0000: [52007.342597] ixgbe 03:00. 1 enp3s0f1: NIC Link is Down
0000: [52007.943083] ixgbe 03:00. 1 enp3s0f1: NIC Link is Up 10 Gbps, Flow Control: RX/TX
0000: [52008.043112] ixgbe 03:00. 1 enp3s0f1: NIC Link is Down
0000: [52008.343389] ixgbe 03:00. 1 enp3s0f1: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[52011.331147] ixgbevf: Unable to start - perhaps the PF Driver isn 't up yet


My NIC is Intel 82599, the driver is ixgbe and ixgbevf, My operation is centos: 7. I 'v no idea, does anybody know the problem?

CodePudding user response:

Hello, can you ask you a question about the SR - IOV
  • Related