[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Yh6LXZnvax25PL8F@salvia>
Date: Tue, 1 Mar 2022 22:08:45 +0100
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Paul Blakey <paulb@...dia.com>
Cc: dev@...nvswitch.org, netdev@...r.kernel.org,
Jamal Hadi Salim <jhs@...atatu.com>, davem@...emloft.net,
Jiri Pirko <jiri@...dia.com>,
Cong Wang <xiyou.wangcong@...il.com>,
Jakub Kicinski <kuba@...nel.org>,
netfilter-devel@...r.kernel.org,
Jozsef Kadlecsik <kadlec@...filter.org>,
Oz Shlomo <ozsh@...dia.com>, Vlad Buslov <vladbu@...dia.com>,
Roi Dayan <roid@...dia.com>,
Ariel Levkovich <lariel@...dia.com>, coreteam@...filter.org
Subject: Re: [PATCH net v4 1/1] net/sched: act_ct: Fix flow table lookup
failure with no originating ifindex
On Mon, Feb 28, 2022 at 11:23:49AM +0200, Paul Blakey wrote:
> After cited commit optimizted hw insertion, flow table entries are
> populated with ifindex information which was intended to only be used
> for HW offload. This tuple ifindex is hashed in the flow table key, so
> it must be filled for lookup to be successful. But tuple ifindex is only
> relevant for the netfilter flowtables (nft), so it's not filled in
> act_ct flow table lookup, resulting in lookup failure, and no SW
> offload and no offload teardown for TCP connection FIN/RST packets.
>
> To fix this, add new tc ifindex field to tuple, which will
> only be used for offloading, not for lookup, as it will not be
> part of the tuple hash.
Applied, thanks Paul.
Powered by blists - more mailing lists