nova/nova/pci
Hemanth Nakkina b8695de6da Update pci stat pools based on PCI device changes
At start up of nova-compute service, the PCI stat pools are
populated based on information in pci_devices table in Nova
database. The pools are updated only when new device is added
or removed but not on any device changes like device type.

If an existing device is configured as SRIOV and nova-compute
is restarted, the pci_devices table gets updated but the device
is still listed under the old pool in pci_tracker.stats.pool
(in-memory object).

This patch looks for device type updates in existing devices
and updates the pools accordingly.

Change-Id: Id4ebb06e634a612c8be4be6c678d8265e0b99730
Closes-Bug: #1892361
2020-10-15 13:10:36 +05:30
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
devspec.py Remove six.add_metaclass 2020-08-15 07:45:39 +00:00
manager.py Update pci stat pools based on PCI device changes 2020-10-15 13:10:36 +05:30
request.py support pci numa affinity policies in flavor and image 2019-12-11 14:39:12 +00:00
stats.py Update pci stat pools based on PCI device changes 2020-10-15 13:10:36 +05:30
utils.py Lookup nic feature by PCI address 2020-08-04 22:25:02 +00:00
whitelist.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00