summaryrefslogtreecommitdiff
path: root/nova/network/os_vif_util.py
Commit message (Expand)AuthorAgeFilesLines
* [yoga] Add support for VNIC_REMOTE_MANAGEDDmitrii Shcherbakov2022-02-091-0/+9
* libvirt: Delegate OVS plug to os-vifStephen Finucane2021-04-301-0/+1
* libvirt: Add guest generation for vDPAStephen Finucane2021-03-121-1/+1
* nova-net: Remove firewall support (pt. 2)Stephen Finucane2020-01-061-18/+3
* vif: Stop using getattr for VIF lookupsStephen Finucane2019-07-121-93/+43
* [Trivial fix]Remove unnecessary slashzhufl2019-05-061-2/+1
* Remove get_config_vhostuserStephen Finucane2019-02-131-1/+5
* Merge "Collect duplicate codepaths in os_vif_util"Zuul2019-02-071-83/+81
|\
| * Collect duplicate codepaths in os_vif_utilJan Gutter2019-01-311-83/+81
* | Merge "Duplicate os-vif datapath offload metadata"Zuul2019-02-051-9/+29
|\ \ | |/
| * Duplicate os-vif datapath offload metadataJan Gutter2019-01-311-9/+29
* | Merge "Add support for vrouter HW datapath offloads"Zuul2019-02-051-0/+32
|\ \ | |/
| * Add support for vrouter HW datapath offloadsJan Gutter2019-01-311-0/+32
* | Merge "Make 'plugin' a required argument for '_get_vif_instance'"Zuul2019-02-011-1/+2
|\ \ | |/ |/|
| * Make 'plugin' a required argument for '_get_vif_instance'Stephen Finucane2019-01-231-1/+2
* | Convert vrouter legacy plugging to os-vifJan Gutter2019-01-251-5/+15
|/
* Handle unbound vif plug errors on compute restartStephen Finucane2018-12-191-0/+12
* Handle binding_failed vif plug errors on compute restartMatt Riedemann2018-08-091-0/+14
* remove IVS plug/unplug as they're moved to separate pluginAditya Prakash Vaja2018-05-091-1/+14
* fix a typowangqi2018-04-191-4/+4
* Add datapath type information to OVS vif objectsRodolfo Alonso Hernandez2017-09-221-3/+9
* hardware offload support for openvswitchMoshe Levi2017-08-031-1/+17
* Netronome SmartNIC EnablementJan Gutter2017-07-261-0/+43
* contrail: add vrouter VIF plugin type supportMichael Henkel2017-06-071-0/+6
* os-vif: convert libvirt driver to use os-vif for fast path vhostuserFrancesco Santoro2017-01-201-10/+43
* os-vif-util: set vif_name for vhostuser ovs os-vif portFrancesco Santoro2017-01-191-1/+3
* convert libvirt driver to use os-vif for vhost-user with ovs.Sean Mooney2016-12-051-5/+23
* Pass MTU into os-vif Network objectKevin Benton2016-11-071-0/+2
* move os_vif.initialize() to nova-compute startSean Dague2016-09-211-4/+0
* os-vif: do not set Route.interface if NoneMatt Riedemann2016-08-121-2/+4
* network: fix handling of linux-bridge in os-vif conversionDaniel P. Berrange2016-08-111-7/+9
* network: introduce helper APIs for dealing with os-vif objectsDaniel P. Berrange2016-08-041-0/+375