From: Amos Kong
Hotplug CallTrace:
int acpiphp_enable_slot(struct acpiphp_slot *slot)
\_enable_device(slot);
\_pci_bus_add_devices(bus);
# un-added new devs(all funcs in slot) will be added
list_for_each_entry(dev, &bus->devices, bus_list) {
if (
From: Amos Kong
Hotplug CallTrace:
int acpiphp_enable_slot(struct acpiphp_slot *slot)
\_enable_device(slot);
\_pci_bus_add_devices(bus);
# un-added new devs(all funcs in slot) will be added
list_for_each_entry(dev, &bus->devices, bus_list) {
if (
Public bug reported:
1. boot up a guest with 82551 nic
# qemu-kvm -net nic,model=i82551 ...
2. launch netperf server in the guest
3.on the host
for b in 32 64 128 256 512 1024 1460 2048 4096 8192 9000 16384 32768 65495
65507
do ./netperf -t TCP_STREAM -f m -H -P 0 -l 10 -- -m $b
done
for b i
kvm version:
qemu-kvm: commit 525e3df73e40290e95743d4c8f8b64d8d9cbe021
Date: Mon Jul 4 13:36:06 2011 +0300
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/808588
Title:
Netperf tests cause i82551
** Attachment added: "qemu-debug-output.txt"
https://bugs.launchpad.net/bugs/808588/+attachment/2201649/+files/qemu-debug-output.txt
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/808588
Title: