On Thu, Feb 17, 2022 at 11:30:48AM +0200, Paul Blakey wrote:
> Flow table lookup is skipped if packet either went through ct clear
> action (which set the IP_CT_UNTRACKED flag on the packet), or while
> switching zones and there is already a connection associated with
> the packet. This will result in no SW offload of the connection,
> and the and connection not being removed from flow table with
> TCP teardown (fin/rst packet).
>
> To fix the above, remove these unneccary checks in flow
> table lookup.
>
> Fixes: 46475bb20f4b ("net/sched: act_ct: Software offload of established
> flows")
> Signed-off-by: Paul Blakey <[email protected]>
Acked-by: Marcelo Ricardo Leitner <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev