
We need to tell Nova to use a specific VIF type for full PF passthrough (this is the recently added VNIC_DIRECT_PHYSICAL vnic type). Make sure that when binding ports with this vnic type, we set the appropriate vif type for Nova to be able to provision those ports correctly. Nova change that adds a vif driver for this vif type: https://review.openstack.org/#/c/262583/ DocImpact: Exposes a new vif type for PF passtrhough vnic type Change-Id: I895dab98e5e5a9369771539e51ba5c500bfe0045 Related-blueprint: sriov-pf-passthrough-neutron-port
7 lines
247 B
YAML
7 lines
247 B
YAML
---
|
|
features:
|
|
- SriovNicSwitchMechanismDriver driver now exposes a new VIF type
|
|
'hostdev_physical' for ports with vnic type 'direct-physical' (used for
|
|
SR-IOV PF passthrough). This will enable Nova to provision PFs as Neutron
|
|
ports.
|