Comment 11 for bug 2013228

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/882832
Committed: https://opendev.org/openstack/neutron/commit/80f547ad1d1e95a05570d9a7db2dac7cad7ff33a
Submitter: "Zuul (22348)"
Branch: master

commit 80f547ad1d1e95a05570d9a7db2dac7cad7ff33a
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed May 10 02:32:46 2023 +0200

    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