[ovs-dev] [PATCH net 1/1] net/sched: act_ct: Fix flow table lookup after ct clear or switching zones

2022-02-17 Thread Paul Blakey via dev
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

Re: [ovs-dev] [PATCH net 1/1] net/sched: act_ct: Fix flow table lookup after ct clear or switching zones

2022-02-17 Thread Marcelo Ricardo Leitner
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

Re: [ovs-dev] [PATCH net 1/1] net/sched: act_ct: Fix flow table lookup after ct clear or switching zones

2022-02-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Thu, 17 Feb 2022 11:30:48 +0200 you 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 al