On Mon, Feb 27, 2023 at 04:30:11PM +0100, Eelco Chaudron wrote: > The revalidator process uses the internal call udpif_get_n_flows() > to get the total number of flows installed in the system. It uses > this value for various decisions on flow installation and removal. > With the tc offload this values is incorrect, as the hardware > offloaded are not included. With rte_flow offload this is not a > problem as dpif netdev keeps both in sync. > > This patch will include the hardware offloaded flows if the > underlying dpif implementation is not syncing them. > > Signed-off-by: Eelco Chaudron <[email protected]>
Reviewed-by: Simon Horman <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
