8c72241726
This addresses bug #1795920 by adding support for defining a pci numa affinity policy via the flavor extra specs or image metadata properties enabling the policies to be applied to neutron sriov port including hardware offloaded ovs. Closes-Bug: #1795920 Related-Bug: #1805891 Implements: blueprint vm-scoped-sriov-numa-affinity Change-Id: Ibd62b24c2bd2dd208d0f804378d4e4f2bbfdaed6
14 lines
598 B
YAML
14 lines
598 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for instance-level PCI NUMA policies using the
|
|
``hw:pci_numa_affinity_policy`` flavor extra spec and
|
|
``hw_pci_numa_affinity_policy`` image metadata property.
|
|
These apply to both PCI passthrough and SR-IOV devices,
|
|
unlike host-level PCI NUMA policies configured via the
|
|
``alias`` key of the ``[pci] alias`` config option.
|
|
See the `VM Scoped SR-IOV NUMA Affinity`_ spec for more
|
|
info.
|
|
|
|
.. _`VM Scoped SR-IOV NUMA Affinity` : http://specs.openstack.org/openstack/nova-specs/specs/ussuri/approved/vm-scoped-sriov-numa-affinity.html
|