Skip to content

Commit

Permalink
config/description: Drop experimental status for hardware offload
Browse files Browse the repository at this point in the history
With the components listed in the charm-guide networking /ovn /
hwol page [0], this feature is no longer considered to be
experimental.

Fix up the wording around requirement for reboot to apply
configuration.

Remove mention of the now deprecated `sriov-netplan-shim` service.

0: https://docs.openstack.org/charm-guide/latest/admin/networking/ovn/hardware-offload.html
(cherry picked from commit 0597e4e)
  • Loading branch information
fnordahl committed Oct 16, 2023
1 parent 9098249 commit f726490
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,22 +165,18 @@ options:
type: boolean
default: false
description: |
NOTE: Support for hardware offload in conjunction with OVN is an
experimental feature.
.
Enable support for hardware offload of flows from Open vSwitch to
supported network adapters. This feature has only been tested on
Mellanox ConnectX 5 adapters.
supported network adapters.
.
Enabling this option will make use of the sriov-numvfs option to
configure the VF functions of the physical network adapters detected in
each unit.
.
This option must not be enabled with either enable-sriov or enable-dpdk.
.
NOTE: Changing this value will not perform hardware specific adaption. A
manual restart of the hardware specific adaption service or reboot of the
system is required to apply configuration.
NOTE: Changing this value will not perform runtime changes to hardware
specific adaption. A reboot of the system is required to apply
configuration.
enable-sriov:
type: boolean
default: false
Expand Down Expand Up @@ -259,8 +255,8 @@ options:
spaces.
.
NOTE: Changing this value will have no effect on runtime configuration. A
manual restart of the `sriov-netplan-shim` service or reboot of the
system is required to apply configuration.
manual issue of the `netplan apply` command or reboot of the system is
required to apply configuration.
new-units-paused:
type: boolean
default: false
Expand Down

0 comments on commit f726490

Please sign in to comment.