summaryrefslogtreecommitdiff
path: root/include/net/netfilter
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-08-02 14:49:01 (GMT)
committerPatrick McHardy <kaber@trash.net>2010-08-02 14:49:01 (GMT)
commit24b36f0193467fa727b85b4c004016a8dae999b9 (patch)
treed9518ed0ef2012fd14567d03b500295dfb7fe7e0 /include/net/netfilter
parent7df0884ce144396fc151f2af7a73d5fb305f9b03 (diff)
downloadlinux-fsl-qoriq-24b36f0193467fa727b85b4c004016a8dae999b9.tar.xz
netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary
We currently disable BH for the whole duration of get_counters() On machines with a lot of cpus and large tables, this might be too long. We can disable preemption during the whole function, and disable BH only while fetching counters for the current cpu. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/netfilter')
0 files changed, 0 insertions, 0 deletions