Bug 1033266

Summary: [RFE][neutron]: enable a neutron port to be associated with a SRIOV VF, and thus pci-passthrough capable
Product: Red Hat OpenStack Reporter: Stephen Gordon <sgordon>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: high    
Version: unspecifiedCC: chrisw, markmc, nyechiel, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/neutron/+spec/pci-passthrough-sriov
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-23 16:29:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1077193    

Description Stephen Gordon 2013-11-21 19:24:49 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/pci-passthrough-sriov.

Description:

Addresse functionalities required in the neutron side to support SRIOV. Basically, a neutron port can be either pci-passthrough capable or not. There are existing port properties that can be used for this purpose:
 
binding:capabilities                                                
binding:profile                                                                               
 
    * Add the ability to specify the following in the port-create API:
        . PCI alias
        . direct pci-passthrough/macvtap
        . port profile
    * Add property to indicate the PCI device used for a neutron port
 

Specification URL (additional information):

None