Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 43332cf9 authored by Chris Mi's avatar Chris Mi Committed by David S. Miller
Browse files

net/sched: act_ct: Offload only ASSURED connections


Short-lived connections increase the insertion rate requirements,
fill the offload table and provide very limited offload value since
they process a very small amount of packets. The ct ASSURED flag is
designed to filter short-lived connections for early expiration.

Offload connections when they are ESTABLISHED and ASSURED.

Signed-off-by: default avatarChris Mi <cmi@nvidia.com>
Reviewed-by: default avatarOz Shlomo <ozsh@nvidia.com>
Reviewed-by: default avatarRoi Dayan <roid@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 119c1a33
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment