summaryrefslogtreecommitdiff
path: root/nova/tests/unit/pci
Commit message (Expand)AuthorAgeFilesLines
* Strictly follow placement allocation during PCI claimBalazs Gibizer2023-01-051-3/+98
* Store allocated RP in InstancePCIRequestBalazs Gibizer2022-12-211-0/+69
* Filter PCI pools based on Placement allocationBalazs Gibizer2022-10-171-11/+349
* Map PCI pools to RP UUIDsBalazs Gibizer2022-10-171-0/+115
* Split PCI pools per PFBalazs Gibizer2022-10-171-80/+168
* Support resource_class and traits in PCI aliasBalazs Gibizer2022-10-172-0/+92
* Generate request_id for Flavor based InstancePCIRequestBalazs Gibizer2022-08-271-22/+1
* Trigger reschedule if PCI consumption fail on computeBalazs Gibizer2022-08-252-14/+45
* Rename exception.PciConfigInvalidWhitelist to PciConfigInvalidSpecBalazs Gibizer2022-08-101-20/+20
* Rename [pci]passthrough_whitelist to device_specBalazs Gibizer2022-08-102-21/+52
* Poison /sys access via various calls in testBalazs Gibizer2022-08-101-0/+8
* Remove double mockingBalazs Gibizer2022-08-021-16/+7
* Use unittest.mock instead of third party mockStephen Finucane2022-08-016-7/+8
* Fix typosRajesh Tailor2022-05-302-2/+2
* Allow claiming PCI PF if child VF is unavailableBalazs Gibizer2022-05-041-19/+121
* Simulate bug 1969496Balazs Gibizer2022-04-281-0/+56
* Remove unavailable but not reported PCI devices at startupBalazs Gibizer2022-04-281-0/+81
* Isolate PCI tracker unit testsBalazs Gibizer2022-04-281-33/+30
* objects: Remove 'NovaObjectDictCompat' from 'InstancePCIRequest'Stephen Finucane2022-03-231-2/+2
* objects: Remove 'NovaObjectDictCompat' from 'Migration'Stephen Finucane2022-03-231-1/+4
* Introduce remote_managed tag for PCI devsDmitrii Shcherbakov2022-02-093-13/+623
* [yoga] Include pf mac and vf num in port updatesDmitrii Shcherbakov2022-02-071-1/+1
* Merge "Follow up from bp/pci-socket-affinity series"Zuul2021-08-241-1/+3
|\
| * Follow up from bp/pci-socket-affinity seriesArtom Lifshitz2021-03-291-1/+3
* | db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-4/+4
* | mypy: Add type annotations to 'nova.pci'Stephen Finucane2021-04-262-15/+5
|/
* pci: Add vDPA vnic to PCI request mapping and filteringSean Mooney2021-03-161-18/+56
* Merge "objects: Add 'VDPA' to 'PciDeviceType'"Zuul2021-03-141-0/+7
|\
| * objects: Add 'VDPA' to 'PciDeviceType'Sean Mooney2021-03-111-0/+7
* | pci: implement the 'socket' NUMA affinity policyArtom Lifshitz2021-03-101-1/+29
|/
* pci: track host NUMA topology in statsArtom Lifshitz2021-03-082-11/+14
* pci manager: replace node_id parameter with compute_nodeArtom Lifshitz2021-03-081-20/+13
* Merge "pci: Improve testing of 'nova.pci.request' module"Zuul2021-02-051-172/+176
|\
| * pci: Improve testing of 'nova.pci.request' moduleStephen Finucane2020-11-271-172/+176
* | Merge "Ignore PCI devices with 32bit domain"Zuul2020-12-231-13/+10
|\ \
| * | Ignore PCI devices with 32bit domainBalazs Gibizer2020-11-161-13/+10
* | | Remove six.text_type (2/2)Takashi Natsume2020-12-131-8/+7
| |/ |/|
* | pci: Add a '_filter_pools' helper functionStephen Finucane2020-11-261-0/+1
|/
* Reproduce bug 1897528Balazs Gibizer2020-11-161-0/+37
* Merge "virt: Remove 'get_per_instance_usage' API"Zuul2020-11-091-3/+2
|\
| * virt: Remove 'get_per_instance_usage' APIStephen Finucane2020-09-111-3/+2
* | Remove six.movesTakashi Natsume2020-11-071-7/+3
* | Update pci stat pools based on PCI device changesHemanth Nakkina2020-10-151-0/+24
|/
* Lookup nic feature by PCI addressSean Mooney2020-08-041-43/+0
* objects: Introduce 'pcpuset' field for InstanceNUMACellWang Huaqiang2020-07-141-13/+41
* support pci numa affinity policies in flavor and imageSean Mooney2019-12-111-0/+60
* Fix non-existent method of MockTakashi NATSUME2019-08-151-5/+5
* Move selective patching of open() to nova.test for reuseAdam Spiers2019-05-251-2/+1
* Add get_instance_pci_request_from_vifAdrian Chiris2019-03-071-1/+130
* Separate methods to free claimed and allocated devsAdrian Chiris2019-03-071-0/+52