summaryrefslogtreecommitdiff
path: root/nova/pci
Commit message (Expand)AuthorAgeFilesLines
* tests: Add functional test for vDPA deviceStephen Finucane2021-03-161-4/+4
* pci: Add vDPA vnic to PCI request mapping and filteringSean Mooney2021-03-163-9/+54
* Merge "objects: Add 'VDPA' to 'PciDeviceType'"Zuul2021-03-141-1/+7
|\
| * objects: Add 'VDPA' to 'PciDeviceType'Sean Mooney2021-03-111-1/+7
* | pci: implement the 'socket' NUMA affinity policyArtom Lifshitz2021-03-101-2/+44
|/
* pci: track host NUMA topology in statsArtom Lifshitz2021-03-082-13/+16
* pci manager: replace node_id parameter with compute_nodeArtom Lifshitz2021-03-081-10/+7
* Merge "pci: Improve testing of 'nova.pci.request' module"Zuul2021-02-051-2/+1
|\
| * pci: Improve testing of 'nova.pci.request' moduleStephen Finucane2020-11-271-2/+1
* | Merge "Ignore PCI devices with 32bit domain"Zuul2020-12-231-2/+36
|\ \
| * | Ignore PCI devices with 32bit domainBalazs Gibizer2020-11-161-2/+36
* | | Remove six.text_type (1/2)Takashi Natsume2020-12-131-2/+1
* | | Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-132-6/+3
| |/ |/|
* | pci: Add logging for filteringStephen Finucane2020-11-271-2/+35
* | pci: Improve docs for '_filter_*' functionsStephen Finucane2020-11-271-24/+46
* | pci: Add a '_filter_pools' helper functionStephen Finucane2020-11-261-52/+76
|/
* Merge "virt: Remove 'get_per_instance_usage' API"Zuul2020-11-091-2/+1
|\
| * virt: Remove 'get_per_instance_usage' APIStephen Finucane2020-09-111-2/+1
* | Update pci stat pools based on PCI device changesHemanth Nakkina2020-10-152-0/+27
|/
* Remove six.add_metaclassTakashi Natsume2020-08-151-2/+1
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-5/+0
* Lookup nic feature by PCI addressSean Mooney2020-08-041-24/+0
* support pci numa affinity policies in flavor and imageSean Mooney2019-12-111-4/+7
* hacking: Resolve W605 (invalid escape sequence)Stephen Finucane2019-06-241-3/+3
* Add get_instance_pci_request_from_vifAdrian Chiris2019-03-071-0/+56
* Separate methods to free claimed and allocated devsAdrian Chiris2019-03-071-12/+32
* Ensure that bandwidth and VF are from the same PFBalazs Gibizer2019-03-051-0/+8
* Record requester in the InstancePCIRequestBalazs Gibizer2019-02-281-0/+4
* PCI: do not force remove allocated devicesSean Mooney2019-02-011-5/+30
* network: update pci request spec to handle trusted tagsSahid Orentino Ferdjaoui2018-05-311-0/+1
* pci: don't consider case when match tags specsSahid Orentino Ferdjaoui2018-05-301-3/+12
* remove unnecessary conf importsMatthew Edmonds2018-03-091-3/+0
* trivial: Move __init__ functionStephen Finucane2018-02-161-25/+23
* Address nits in I46d483f9de6776db1b025f925890624e5e682adaStephen Finucane2018-01-021-5/+7
* trivial: Modify signature of _filter_non_requested_pfsStephen Finucane2017-12-221-6/+7
* Add PCI NUMA policiesSergey Nikitin2017-12-222-80/+213
* [Trivial] docstrings, typos, minor refactoringEric Fried2017-08-286-75/+91
* Remove translation of log messagesNgo Quoc Cuong2017-06-213-13/+10
* Modify PciPassthroughFilter to accept listsRodolfo Alonso Hernandez2017-04-111-2/+10
* Read NIC features in libvirtRodolfo Alonso Hernandez2017-04-111-0/+24
* [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-092-3/+3
* Merge "Enhance PCI passthrough whitelist to support regex"Jenkins2016-12-141-58/+163
|\
| * Enhance PCI passthrough whitelist to support regexMoshe Levi2016-12-111-58/+163
* | Fix crashing during guest config with pci_devices=NoneDan Smith2016-12-091-0/+2
* | Merge "Fix pci_alias that include white spaces"Jenkins2016-12-021-2/+4
|\ \ | |/ |/|
| * Fix pci_alias that include white spaceszhaolihui2016-12-021-2/+4
* | Merge "Don't parse PCI whitelist every time neutron ports are created"Jenkins2016-11-041-5/+0
|\ \
| * | Don't parse PCI whitelist every time neutron ports are createdLudovic Beliveau2016-11-041-5/+0
| |/
* | Merge "PCI: Fix PCI with fully qualified address"Jenkins2016-11-031-17/+28
|\ \
| * | PCI: Fix PCI with fully qualified addressLudovic Beliveau2016-11-031-17/+28