[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200803073305.702079-1-roid@mellanox.com>
Date: Mon, 3 Aug 2020 10:33:03 +0300
From: Roi Dayan <roid@...lanox.com>
To: netdev@...r.kernel.org
Cc: pablo@...filter.org, Paul Blakey <paulb@...lanox.com>,
Oz Shlomo <ozsh@...lanox.com>, Roi Dayan <roid@...lanox.com>,
Marcelo Ricardo Leitner <mleitner@...hat.com>
Subject: [PATCH net v2 0/2] netfilter: conntrack: Fix CT offload timeout on heavily loaded systems
On heavily loaded systems the GC can take time to go over all existing
conns and reset their timeout. At that time other calls like from
nf_conntrack_in() can call of nf_ct_is_expired() and see the conn as
expired. To fix this when we set the offload bit we should also reset
the timeout instead of counting on GC to finish first iteration over
all conns before the initial timeout.
First commit is to expose the function that updates the timeout.
Second commit is to use it from flow_offload_add().
Roi Dayan (2):
netfilter: conntrack: Move nf_ct_offload_timeout to header file
netfilter: flowtable: Set offload timeout when adding flow
include/net/netfilter/nf_conntrack.h | 12 ++++++++++++
net/netfilter/nf_conntrack_core.c | 12 ------------
net/netfilter/nf_flow_table_core.c | 2 ++
3 files changed, 14 insertions(+), 12 deletions(-)
--
2.8.4
Powered by blists - more mailing lists