[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090727.113755.260927092.davem@davemloft.net>
Date: Mon, 27 Jul 2009 11:37:55 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: nhorman@...driver.com
Cc: netdev@...r.kernel.org, joe@...l.com, herbert@...dor.apana.org.au,
kuznet@....inr.ac.ru, pekkas@...core.fi, jmorris@...ei.org,
yoshfuji@...ux-ipv6.org, kaber@...sh.net
Subject: Re: [PATCH] xfrm: export xfrm garbage collector thresholds via
sysctl
From: Neil Horman <nhorman@...driver.com>
Date: Mon, 27 Jul 2009 14:22:46 -0400
> Export garbage collector thresholds for xfrm[4|6]_dst_ops
>
> Had a problem reported to me recently in which a high volume of ipsec
> connections on a system began reporting ENOBUFS for new connections eventually.
> It seemed that after about 2000 connections we started being unable to create
> more. A quick look revealed that the xfrm code used a dst_ops structure that
> limited the gc_thresh value to 1024, and alaways dropped route cache entries
> after 2x the gc_thresh. It seems the most direct solution is to export the
> gc_thresh values in the xfrm[4|6] dst_ops as sysctls, like the main routing
> table does, so that higher volumes of connections can be supported. This patch
> has been tested and allows the reporter to increase their ipsec connection
> volume successfully.
>
> Reported-by: Joe Nall <joe@...l.com>
> Signed-off-by: Neil Horman <nhorman@...driver.com>
Applied, but this suggests that either:
1) we pick a horrible default
2) our IPSEC machinery holds onto dst entries too tightly and that's
the true cause of this problem
I'd like to ask that you investigate this, because with defaults
we should be able to handle IPSEC loads as high as the routing
loads we could handle.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists