neutron/releasenotes/notes/port-hardware-offload-type-extension-acd266f95c1d7d29.yaml
Rodolfo Alonso Hernandez 80f547ad1d Add a "port" child table "porthardwareoffloadtype"
This table has a 1:1 relationship with the "port" table, providing
the "hardware_offload_type" field (string).

The "neutron-lib" library minimum version is 3.8.0, that contains
[1].

NOTE: once the OSC patch is merged [2], the documentation will be
updated to reflect how to create a hardware offloaded port without
manually defining the port binding profile,

[1]https://review.opendev.org/c/openstack/neutron-lib/+/882726
[2]https://review.opendev.org/c/openstack/python-openstackclient/+/892792

Partial-Bug: #2013228
Change-Id: I04f232d6c43e39f254c4559caf041dcf05acec21
2023-08-19 06:08:51 +00:00

12 lines
331 B
YAML

---
features:
- |
Introduce the attribute ``hardware_offload_type`` to ports, that specifies
the hardware offload type this port will request when attached to the
network backend.
Operators can turn on this feature via the configuration option::
[ml2]
extension_drivers = port_hardware_offload_type