From 83fa3b5ce7748cf1a27263d3f95582344834f55c Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 13 Jun 2022 17:25:16 +0000 Subject: [PATCH] Update git submodules * Update nova from branch 'master' to 93a65f06df67ce39d65827692150c78013c7f6d5 - Merge "Record SRIOV PF MAC in the binding profile" - Record SRIOV PF MAC in the binding profile Today Nova updates the mac_address of a direct-physical port to reflect the MAC address of the physical device the port is bound to. But this can only be done before the port is bound. However during migration Nova does not update the MAC when the port is bound to a different physical device on the destination host. This patch extends the libvirt virt driver to provide the MAC address of the PF in the pci_info returned to the resource tracker. This information will be then persisted in the extra_info field of the PciDevice object. Then the port update logic during migration, resize, live migration, evacuation and unshelve is also extended to record the MAC of physical device in the port binding profile according to the device on the destination host. The related neutron change Ib0638f5db69cb92daf6932890cb89e83cf84f295 uses this info from the binding profile to update the mac_address field of the port when the binding is activated. Closes-Bug: #1942329 Change-Id: Iad5e70b43a65c076134e1874cb8e75d1ba214fde --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index d869163608..93a65f06df 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit d86916360858daa06164ebc0d012b78d19ae6497 +Subproject commit 93a65f06df67ce39d65827692150c78013c7f6d5