Merge "Revert "hardware offload support for openvswitch""

This commit is contained in:
Jenkins 2017-07-20 21:28:57 +00:00 committed by Gerrit Code Review
commit 0ef54c3475
2 changed files with 0 additions and 7 deletions

View File

@ -87,10 +87,6 @@ VIF_TYPE_BINDING_FAILED = 'binding_failed'
VIF_TYPE_DISTRIBUTED = 'distributed'
VIF_TYPE_OVS = 'ovs'
VIF_TYPE_BRIDGE = 'bridge'
# - ovs-acceleration: The ovs acceleration interface type is a SR-IOV hostdev
# interface which support switchdev mode provided by
# kernel 4.8.
VIF_TYPE_OVS_ACCELERATION = 'ovs_acceleration'
VIF_TYPE_OTHER = 'other'
VIF_TYPE_TAP = 'tap'
# vif_type_macvtap: Tells Nova that the macvtap vif_driver should be used to

View File

@ -1,3 +0,0 @@
---
features:
- Add new vif type ``VIF_TYPE_OVS_ACCELERATION`` to portbindings.