summaryrefslogtreecommitdiffstats
path: root/br-nf-bds
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-09-18 20:40:54 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-09-18 20:40:54 +0000
commita07c59d4d1edf4cc888f69c89b024fe730ec4baa (patch)
treec234604bfb0bec0928d498254633b2fa2108fba9 /br-nf-bds
parent0434b969dbdae6e78ad254621bec0b5ae8eddc40 (diff)
*** empty log message ***
Diffstat (limited to 'br-nf-bds')
-rw-r--r--br-nf-bds/linux2.5/net/ipv4/netfilter/ip_tables.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/br-nf-bds/linux2.5/net/ipv4/netfilter/ip_tables.c b/br-nf-bds/linux2.5/net/ipv4/netfilter/ip_tables.c
index f1c7016..fb50fc0 100644
--- a/br-nf-bds/linux2.5/net/ipv4/netfilter/ip_tables.c
+++ b/br-nf-bds/linux2.5/net/ipv4/netfilter/ip_tables.c
@@ -68,7 +68,10 @@ static DECLARE_MUTEX(ipt_mutex);
#define inline
#endif
-/*
+/* Locking is simple: we assume at worst case there will be one packet
+ in user context and one from bottom halves (or soft irq if Alexey's
+ softnet patch was applied).
+
We keep a set of rules for each CPU, so we can avoid write-locking
them in the softirq when updating the counters and therefore
only need to read-lock in the softirq; doing a write_lock_bh() in user