neutron-lib/releasenotes/notes/port-hardware-offload-388906d9448426ad.yaml
Rodolfo Alonso Hernandez 972fbdd4be Add port hardware offload extension
This new new port extension allows to create ports with hardware
offloaded capabilities.

Spec: https://review.opendev.org/c/openstack/neutron-specs/+/882272

Related-Bug: #2013228
Change-Id: I0c9863ff21f3dee6120f1c8424a69ded6c3612b1
2023-06-21 18:01:35 +00:00

12 lines
558 B
YAML

---
features:
- |
The ``port-hardware-offload`` extension adds ``hardware_offload_type``
attribute to the port resource. This new attribute stores the type
of hardware offload the port is going to use and will be populated
in the port binding profile information with
"'capabilities': [<hardware_offload_type>]". This extension is still
not read by Nova; this is the reason Neutron still populates the port
binding profile. The value of this parameter will not be updated if
the port binding profile information is updated.