summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJan Gutter <jan.gutter@netronome.com>2017-07-13 21:52:26 +0200
committerJan Gutter <jan.gutter@netronome.com>2017-07-19 14:41:04 +0200
commitcf5dfa77e17d273aaebca21a0b44902d587fac04 (patch)
treea52ae22165d0e8746011b711b793289461177c76 /releasenotes
parent894df67c67c688ea55bbdd2b91bc2a786c6f680b (diff)
downloadpython-openstackclient-cf5dfa77e17d273aaebca21a0b44902d587fac04.tar.gz
Add support for virtio-forwarder VNIC type
* This patch adds support for the virtio-forwarder VNIC type. * The virtio-forwarder VNIC type has been added as another option for setting the --vnic-type property on the "port set" and "port create" commands. This requests 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. * Corresponding neutron-lib change: https://review.openstack.org/#/c/483530/ * Nova spec for Agilio OVS enablement: https://specs.openstack.org/openstack/nova-specs/specs/pike/approved/netronome-smartnic-enablement.html Change-Id: Idbc8071afe95f8594b40e2f93e5411e7185f946f Signed-off-by: Jan Gutter <jan.gutter@netronome.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-virtio-forwarder-vnic-type-bad939c6a868b9e9.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/add-virtio-forwarder-vnic-type-bad939c6a868b9e9.yaml b/releasenotes/notes/add-virtio-forwarder-vnic-type-bad939c6a868b9e9.yaml
new file mode 100644
index 00000000..b98b7c5d
--- /dev/null
+++ b/releasenotes/notes/add-virtio-forwarder-vnic-type-bad939c6a868b9e9.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ The ``virtio-forwarder`` VNIC type has been added as another option for
+ setting the ``--vnic-type`` property on the ``port set`` and
+ ``port create`` commands. This requests 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.