neutron-lib/releasenotes/notes/add-vnic-virtio-forwarder-portbinding-f7f87dfbef456ed1.yaml
Jan Gutter 01316ed5fe Add Agilio OVS VIF and virtio-forwarder VNIC type
* This patch adds the necessary metadata for Nova to provide plugging
  for the external Agilio OVS ML2 and OS-VIF plugins.

  * A VIF type for Agilio OVS is added: this is used by the external
    ML2/mechanism plugin to trigger Nova to call the external OS-VIF
    plugin.

  * A virtio-forwarder VNIC type is added. This corresponds to a
    low-latency vhost-user forwarding process connecting an accelerated
    VF to a VM. This VNIC type is not intended to be specific to
    Agilio OVS.

  * The necessary end-to-end implementation has been verified, with the
    external plugin hosted at:
    https://github.com/Netronome/agilio-ovs-openstack-plugin

Change-Id: I28315fb12f62dc7d52d099c211086b2b81eca39a
Signed-off-by: Jan Gutter <jan.gutter@netronome.com>
2017-07-14 19:38:41 +02:00

8 lines
347 B
YAML

---
features:
- The ``VNIC_VIRTIO_FORWARDER`` VNIC type has been added to portbindings.
This VNIC type is intended to request a low-latency virtio port inside the
instance, likely backed by hardware acceleration. Currently the Agilio OVS
external plugin provides support for this, with support from other vendors
following soon.