public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Question about hotplugging NIC devices to an empty pci-bridge
@ 2018-12-20 11:34 Zhoujian (jay)
  2018-12-20 12:09 ` Yao, Jiewen
  0 siblings, 1 reply; 8+ messages in thread
From: Zhoujian (jay) @ 2018-12-20 11:34 UTC (permalink / raw)
  To: edk2-devel@lists.01.org
  Cc: wujing (O), dengkai (A), Huangweidong (C), Zhoujian (jay),
	liujunjie (A), wangxin (U)

Hi all,

The issue occurs when I started a virtual machine in UEFI way by libvirt on qemu-kvm platform, the vm is configured with 8 pci-bridges on root bus0. I hotplug a device like virtual nic to an empty pci-bridge which has no device connected. Login the vm, I can see the device by "lspci"", but it didn't show by "ifconfig -a". Dmesg shows like below:
pci 0000:04:01.0: BAR 0: no space for [mem size 0x00010000 64bit pref] pci 0000:04:01.0: BAR 0: failed to assign [mem size 0x00010000 64bit pref] pci 0000:04:01.0: BAR 3: no space for [mem size 0x00004000 64bit pref] pci 0000:04:01.0: BAR 3: failed to assign [mem size 0x00004000 64bit pref]

Reboot the vm, everything turns back to normal and I can see the new hotplugged nic by "ifconfig -a".

Use the OVMF compiling from latest edk2 source code, the same problem arises.

So, my questions are:
1) the generic PCI bus driver in edk2 does not allocate IO and/or MMIO for a bridge if there is no device behind the bridge that consume that kind of resource?
2) What's the purpose of this strategy?
3) Why don't allocate resource to all bridges like seabios?
4) Is there any switch for me to turn off this constraint so that every pci-bridge including empty ones can be assigned IO and memory window? Otherwise, each time I hotplug a device to empty pci-bridge, a reboot operation should be implemented to use the device?

Any help will be appreciated, Thanks!


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-12-26  6:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-20 11:34 Question about hotplugging NIC devices to an empty pci-bridge Zhoujian (jay)
2018-12-20 12:09 ` Yao, Jiewen
2018-12-20 13:03   ` Zhoujian (jay)
2018-12-21  3:04   ` Zhoujian (jay)
2018-12-21  5:27     ` Yao, Jiewen
2018-12-21 13:50       ` Zhoujian (jay)
2018-12-25 10:18         ` Laszlo Ersek
2018-12-26  6:04           ` Zhoujian (jay)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox