neutron/releasenotes/notes/new-vif-type-for-pf-passthrough-33ec560b9b5d246f.yaml
Nikola Dipanov 4a431f75a0 sriov-mech: Introduce a new VIF type for PF vnic type
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
2016-01-21 11:48:45 +00:00

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.