Integration library between network (Neutron) and compute (Nova) providers
Go to file
Hamdy Khader 399e355088 [Follow Up] OVS DPDK port representors support
Pass VF MAC address to ovs to set in case of netdev VIFHostDevice.

In case of DPDK representor port, Nova will pass through the VF PCI
as a hostdev and os-vif should pass the MAC to ovs as it would be
responsible for setting its MAC.
Moreover, when not using dpdk, libvirt does the mac cleanup,
since the VF is managed by libvirt, but when using DPDK,
libvirt does not manage the VF so we need to cleanup MAC address
in os-vif.

Change-Id: I5368c318cc0cfd7b5644d3da0dccbce7a48d6a85
Closes-Bug: #1829734
2020-01-15 20:42:50 +00:00
doc Merge "Fix code bug in document" 2019-09-02 12:51:59 +00:00
os_vif [Follow Up] OVS DPDK port representors support 2020-01-15 20:42:50 +00:00
playbooks OpenDev Migration Patch 2019-04-19 19:37:13 +00:00
releasenotes Update master for stable/train 2019-09-20 16:28:20 +00:00
vif_plug_linux_bridge Prevent "qbr" Linux Bridge from replying to ARP messages 2019-04-26 09:19:55 +00:00
vif_plug_noop add noop plugin 2018-07-05 16:20:22 +00:00
vif_plug_ovs [Follow Up] OVS DPDK port representors support 2020-01-15 20:42:50 +00:00
.coveragerc Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.gitignore Git ignore .stestr 2018-01-15 16:18:50 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:13 +00:00
.mailmap Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.stestr.conf Migrate from 'ip' commands to 'pyroute2' 2018-01-08 10:17:42 +00:00
.testr.conf Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.zuul.yaml Switch to Ussuri jobs 2019-10-24 14:47:24 +08:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-07-08 17:16:33 +01:00
HACKING.rst Reflow docs to 79 columns 2018-10-11 16:40:54 +02:00
LICENSE Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-29 13:24:37 +08:00
babel.cfg Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
lower-constraints.txt Bump the openstackdocstheme extension to 1.20 2019-08-01 10:28:56 +08:00
requirements.txt Extend port profiles with datapath offload type 2019-01-14 17:23:22 +02:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 14:00:19 -04:00
setup.py Updated from global requirements 2017-03-10 19:12:21 +00:00
test-requirements.txt Drop testtools from test-requirements.txt 2019-03-25 05:46:28 +01:00
tox.ini Update the constraints url 2019-09-23 16:27:56 +08:00

README.rst

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.