nova/nova/pci
Nikola Dipanov fc6442075a PCI tracker: make O(M * N) clean_usage algo linear
By using sets instead of lists we can cut the runtime of a piece of code
that runs on every periodic resource update form quadratic to linear.
Easy win.

Change-Id: I7b0c1eb8188a428bf7e9f8dee710e9c46ed276eb
2015-03-27 13:29:47 +00:00
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
device.py Remove pci_device.update_device helper function 2015-03-18 17:30:54 +00:00
devspec.py Support both list and dict for pci_passthrough_whitelist 2015-01-05 15:31:29 +00:00
manager.py PCI tracker: make O(M * N) clean_usage algo linear 2015-03-27 13:29:47 +00:00
request.py Use oslo.log 2015-02-22 07:56:40 -05:00
stats.py Use oslo.log 2015-02-22 07:56:40 -05:00
utils.py Use oslo.log 2015-02-22 07:56:40 -05:00
whitelist.py Use oslo.log 2015-02-22 07:56:40 -05:00