Add support for "igb" VIF model
qemu now supports a network driver called "igb" that simulates SR-IOV VFs[1]. Current versions of most OS distributions now include a version of qemu with this driver included.
We would like to use that in the OpenStack gates to test SR-IOV functionality in Octavia.
Currently nova does not allow the "igb" driver to be specified using "hw_vif_model=igb" because it is not on the list of valid VIF_MODELS here:
https:/
This RFE is a request to add support for the igb driver to nova.
[1] https:/
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Michael Johnson
- Direction:
- Needs approval
- Assignee:
- Balazs Gibizer
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
[ovo]Add igb value to hw_vif_model image property
Addressed by: https:/
[libvirt]
Addressed by: https:/
Refactor obj_make_compatible to reduce complexity
Addressed by: https:/
[doc]Developer doc about PCI and SRIOV testing