Reviewed: https://review.opendev.org/740067 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a217a5d29094bd68196bff54f8055defdc9ffe13 Submitter: Zuul Branch: master
commit a217a5d29094bd68196bff54f8055defdc9ffe13 Author: Rodolfo Alonso Hernandez <[email protected]> Date: Wed Jul 8 16:13:51 2020 +0000 Add port NUMA affinity policy Added a new port extension: NUMA affinity policy. This extension adds the "numa_affinity_policy" parameter to the "port" API and specifies the NUMA affinity policy per port. This parameter is passed to Nova when a virtual machine is created. Nova will use this information to schedule the virtual machine. For backwards compatibility, this parameter will be "None" by default. Depends-On: https://review.opendev.org/#/c/740058/ Closes-Bug: #1886798 Change-Id: Ie3d68c098ddb727ab8333aa1de4064e67a4f00a7 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1886798 Title: [RFE] Port NUMA affinity policy Status in neutron: Fix Released Bug description: The aim of this RFE is to add a new parameter to the port object. This new parameter, "numa_affinity_policy", specifies the NUMA affinity policy for a single port. This parameter will be passed to Nova, along with the port resource request, when a new server is created; that implies the server creation command contains a pre-created port. Nova will use this information to schedule the VM and the port filtering with NUMATopologyFilter. The parameter, for backwards compatibility, will be "None" by default and no information will be provided in the port resource request. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1886798/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

