nova/nova/pci
Robert Li 5e8ae47114 Mitigating performance impact with getting pci requests from DB
This change mitigates the performance impact in host manager that
retrieves an instance's PCI requests from DB while consuming it. This
is achieved by adding pci_requests into the instance dict before
calling consume_from_instance() and deleting it afterwards. The
complete solution will be provided when bug 1368260 is fully
addressed. The patch also removes the unnecessary context argument.

Change-Id: Ib0d12cde1c297a04e5d626b28d0a994c5dd4d965
Partial-Bug: 1368260
2014-09-18 12:41:24 -04:00
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
pci_device.py Add request_id in PciDevice 2014-09-10 20:19:21 +00:00
pci_devspec.py docs - Fix errors,warnings from document generation 2014-08-11 12:53:27 +00:00
pci_manager.py Support SR-IOV networking in the PCI modules 2014-09-10 20:19:48 +00:00
pci_request.py Support SR-IOV networking in nova compute api and nova neutronv2 2014-09-10 15:40:00 -07:00
pci_stats.py Mitigating performance impact with getting pci requests from DB 2014-09-18 12:41:24 -04:00
pci_utils.py Enhance PCI whitelist 2014-08-08 14:09:42 +00:00
pci_whitelist.py Support SR-IOV networking in the PCI modules 2014-09-10 20:19:48 +00:00