This is reported as blocking
OSASINFRA-2764 NFV UX improvements - 4.11
OSASINFRA-2804 Enable OVS Hardware offload - GA
Comment 9Marcelo Ricardo Leitner
2022-07-18 15:52:14 UTC
Hi Ziv.
I still don't fully understand the setup here nor the expectations, but we have important fixes landing in 8.6.z for OVS+CT HWOL, like:
https://bugzilla.redhat.com/show_bug.cgi?id=2104012
this is a kind of bug that can lead to offload breakage and packets to be steered in sw instead.
It is included in kernel-4.18.0-372.19.1.el8_6. (which is unreleased yet)
Also, in OCP 4.11 it is using a newer ovs which is triggering an issue by adding an extra clone() action in the datapath.
It is still being debugged and we don't have a specific bz for it yet.
It would be nice if you could provide the output of the following command for a test that is not working for you:
# ovs-appctl dpctl/dump-flows -m --names
There, we will be able to see if the flows are offloaded or not and drive it from there.