[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0452a9ce-72f4-41c1-b71a-a444d490fd97@gmail.com>
Date: Tue, 2 Sep 2025 10:58:35 +0200
From: Eric Woudstra <ericwouds@...il.com>
To: Pablo Neira Ayuso <pablo@...filter.org>,
Jozsef Kadlecsik <kadlec@...filter.org>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>, Nikolay Aleksandrov <razor@...ckwall.org>
Cc: netfilter-devel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v3 nf-next 0/3] flow offload teardown when layer 2 roaming
On 6/17/25 9:00 AM, Eric Woudstra wrote:
> This patch-set can be reviewed separately from my submissions concerning
> the bridge-fastpath.
>
> In case of a bridge in the forward-fastpath or bridge-fastpath the fdb is
> used to create the tuple. In case of roaming at layer 2 level, for example
> 802.11r, the destination device is changed in the fdb. The destination
> device of a direct transmitting tuple is no longer valid and traffic is
> send to the wrong destination. Also the hardware offloaded fastpath is not
> valid anymore.
>
> This flowentry needs to be torn down asap. Also make sure that the flow
> entry is not being used, when marked for teardown.
>
> Changes in v3:
> - static nf_flow_table_switchdev_nb.
>
> Changes in v2:
> - Unchanged, only tags RFC net-next to PATCH nf-next.
>
> Eric Woudstra (3):
> netfilter: flow: Add bridge_vid member
> netfilter: nf_flow_table_core: teardown direct xmit when destination
> changed
> netfilter: nf_flow_table_ip: don't follow fastpath when marked
> teardown
>
> include/net/netfilter/nf_flow_table.h | 2 +
> net/netfilter/nf_flow_table_core.c | 66 +++++++++++++++++++++++++++
> net/netfilter/nf_flow_table_ip.c | 6 +++
> net/netfilter/nft_flow_offload.c | 3 ++
> 4 files changed, 77 insertions(+)
>
What is the status of this patch-set? Is it still being considered to be
applied? Should I re-submit it? Anything I can do, please let me know.
Powered by blists - more mailing lists