netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Scalability performance work on iptables/libiptc
@ 2007-11-26 13:56 Jesper Dangaard Brouer
  0 siblings, 0 replies; only message in thread
From: Jesper Dangaard Brouer @ 2007-11-26 13:56 UTC (permalink / raw)
  To: Netfilter Developers, Harald Welte; +Cc: Paul C. Diem, Martin Josefsson

There are scalability/performance issues with iptables in libiptc.c,
when parsing/pulling-out the ruleset blob.  As I discussed shortly with
Harald and Martin during the workshop.

These patches performance optimize two scalability issues.

1) Sorting chain during pull-out give worst-case runtime O(Chains^2),
   reduced to O(Chains) only when creating a new chain.

2) Finding jump chains is suboptimal O(Chain*Rules), reduced to O(R)
   and chain offset lookup to O(1).

The idea behind these fixes are based upon patches posted by Paul
C. Diem <PCDiem@FoxValley.net> back in June+Oct 2006.

These performance issues will only be noticed when the rule set is
large enough.  For me, in real life, its actually a real performance
issue. On one production system (Rules=26209 and Chains=6233) it takes
10 seconds to create a new chain by calling "iptables -N test", with
these patches its reduced to 0.145 second.

-- 
Med venlig hilsen / Best regards
  Jesper Brouer
  ComX Networks A/S
  Linux Network developer
  Cand. Scient Datalog / MSc.
  Author of http://adsl-optimizer.dk
  LinkedIn: http://www.linkedin.com/in/brouer

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-26 13:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-26 13:56 [PATCH 0/2] Scalability performance work on iptables/libiptc Jesper Dangaard Brouer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).