nova/releasenotes/notes/sriov-numa-affinity-policy-b49858452827c727.yaml
Sean Mooney 8c72241726 support pci numa affinity policies in flavor and image
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
2019-12-11 14:39:12 +00:00

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