eql: dont rely on HZ=100
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 26 Mar 2012 22:52:00 +0000 (22:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Mar 2012 02:45:26 +0000 (22:45 -0400)
HZ is more likely to be 1000 these days.

timer handlers are run from softirq, no need to disable bh

skb priority 1 is TC_PRIO_FILLER

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found