Configuring OVS Boot Parameters
- Start the OVS.
1systemctl start openvswitch
- Enable offloading.
1 2
ovs-vsctl set Open_vSwitch . other_config:hw-offload=true ovs-vsctl set Open_vSwitch . other_config:tc-policy=verbose
- Restart the OVS.
1systemctl restart openvswitch

- Check the OVS configuration.
1ovs-vsctl list open_vswitch

If other_config displays the parameters configured in 2, offloading is enabled.
Parent topic: Configuring OVS Flow Table NIC Acceleration